Hi,
I've been looking all over the net for a way to increase the size of a
drop down menu without any success. Does anyone perhaps have a way to
display 11-15 items on a menu without having recourse to:
1. scroll bar.
2. configuring IE
3. decreasing the size of the font.
Here is the code I used for my Drop down Menu:
______________
<select style="backgrou nd-color: #FFFFFF; width:300;" size="1"
name="menu" onchange="acced er_page()"
onBlur="documen t.menuform.menu .selectedIndex= '0';" tabindex="1">
<option selected value="0">Menu</option>
<option value="1">1. Option number 1</option>
....
<option value="15">15. Option number 15</option>
</select>
______________
I appreciate any suggestion
Kind regards
Bils
I've been looking all over the net for a way to increase the size of a
drop down menu without any success. Does anyone perhaps have a way to
display 11-15 items on a menu without having recourse to:
1. scroll bar.
2. configuring IE
3. decreasing the size of the font.
Here is the code I used for my Drop down Menu:
______________
<select style="backgrou nd-color: #FFFFFF; width:300;" size="1"
name="menu" onchange="acced er_page()"
onBlur="documen t.menuform.menu .selectedIndex= '0';" tabindex="1">
<option selected value="0">Menu</option>
<option value="1">1. Option number 1</option>
....
<option value="15">15. Option number 15</option>
</select>
______________
I appreciate any suggestion
Kind regards
Bils
Comment