Re: [css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Don Hinshaw
Philippe Wittenbergh wrote: > > * is the universal selector[1] > > As usual, a quick copy paste in SelectOracle would explain the selector > as well[2]. Thanks again...I had forgotten about SelectOracle..but now it is in my toolbox :-) Don

Re: [css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Philippe Wittenbergh
On 5 Nov 2005, at 2:06 pm, Don Hinshaw wrote: >> #searchBox form { margin:0; padding:0;} >> #searchBox form * {vertical-align:middle;} >> and delete that margin-bottom on the #searchBox input#search > > > Philippe, > Thanks for an even simpler solution! Tell me...what is the function of > the '*

Re: [css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Don Hinshaw
Philippe Wittenbergh wrote: > #searchBox form { margin:0; padding:0;} > #searchBox form * {vertical-align:middle;} > > and delete that margin-bottom on the #searchBox input#search Philippe, Thanks for an even simpler solution! Tell me...what is the function of the '*' in the second declaration

Re: [css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Philippe Wittenbergh
On 5 Nov 2005, at 8:52 am, Don Hinshaw wrote: > See: http://test.hinshawdesign.com/css/slpl/cluster_masthead_v3.html > Now it no longer renders correctly in FF. > I may have possibly misunderstood your direction... #searchBox form { margin:0; padding:0;} #searchBox form * {vertical-align:middle;

Re: [css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Michael Hulse
> Michael Hulse wrote: >> Also, I would make your logo a background image rather than a >> transparent gif. Makes things a bit more simple. >> >> Hopefully the above css does not confuse you... You may even be able >> to >> get away with something as simple as: >> >> #yourDiv label { >>

Re: [css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Don Hinshaw
Michael Hulse wrote: > Also, I would make your logo a background image rather than a > transparent gif. Makes things a bit more simple. > > Hopefully the above css does not confuse you... You may even be able to > get away with something as simple as: > > #yourDiv label { >

Re: [css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Michael Hulse
On Nov 4, 2005, at 1:14 PM, Don Hinshaw wrote: > Hi list, > I am trying to vertically align a text field with two adjacent > elements: > a graphic label and a graphic button. > The working page is here: > http://test.hinshawdesign.com/css/slpl/cluster_masthead_v2.html > Here is what it should lo

[css-d] vertical alignment of text fields with other elements - I'm stuck!

2005-11-04 Thread Don Hinshaw
Hi list, I am trying to vertically align a text field with two adjacent elements: a graphic label and a graphic button. The working page is here: http://test.hinshawdesign.com/css/slpl/cluster_masthead_v2.html Here is what it should look like: http://test.hinshawdesign.com/css/slpl/masthead_samp