Ultimate Web Site Drop Down Menu Forum

Ultimate Web Site Drop Down Menu Forum (http://www.udm4.com/forum/index.php)
-   CSS and HTML (http://www.udm4.com/forum/forumdisplay.php?f=8)
-   -   Set the height of a drop down (http://www.udm4.com/forum/showthread.php?t=3028)

ISMAILC 10-30-2008 10:30 AM

Set the height of a drop down
 
Hi,

Is there a way of setting the height of a drop down box?
I could manage this by setting the font-size but have to set it really big to get the height of the drop down to increase!

Please Assist!

10-31-2008 06:11 AM

Hi

You can do this by giving HEIGHT parameter in Select tag

eg

<SELECT height=10 name="abc">
<OPTION></OPTION>
</SELECT>

ISMAILC 10-31-2008 06:18 AM

Thanks - great stuff
 
Thanks - works for me...

maigan 02-10-2009 08:22 AM

Yes, I've tried setting it after adding the items to the combobox. In the debugger it looks like the new value is there. However, when I open the dropdown, it drops down to a size of its own choosing. I've tried exaggerating the MaxDropDownHeight and have even set it to "Auto" to no avail.


All times are GMT. The time now is 03:17 AM.

Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.