![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
and even though I specified same width for both texts, within a span, the dropdowns don't line up. span style="width:150px;">Select Month</span |
#3
| |||
| |||
|
|
ashkaa... (AT) hotmail (DOT) com wrote: and even though I specified same width for both texts, within a span, the dropdowns don't line up. span style="width:150px;">Select Month</span http://www.w3.org/TR/CSS21/visudet.html#propdef-width "Applies to: all elements but non-replaced inline elements, table rows, and row groups" Span is a non-replaced inline element, so width doesn't apply. BTW, you should be using <label> instead of <span> for those form labels. That's what it's for. And you can probably get all your other form styling questions answered yourself:http://www.google.com/search?q=style+forms+with+css -- Berg |
![]() |
| Thread Tools | |
| Display Modes | |
| |