|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
css - controlling height of drop down boxes
Is it possible to control the height of <select></select> form elements?
The default height is (guessing) around 20px -- I'd like to have one display at 15px tall. Can it be done? |
|
#2
|
|||
|
|||
|
I think the height property is directly linked to the font-size.
You could set the font-size to enlarge your listbox (I think there's a minimum value attached to this btw). (STYLE="font-size: 15px;") Note that STYLE="width: xxx"; works just fine, but STYLE="height: xxx"; does NOT work. |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > css - controlling height of drop down boxes |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|