Forum Moderators: open

Message Too Old, No Replies

resizing the combo box height

resizing the combo box height

         

kevinjohn

8:43 am on Jul 8, 2005 (gmt 0)

10+ Year Member



Hi,
Is it possible to resize the height of the combo box in html page?

Please advice.
Thanks in Advance.
Kevin

Argblat

2:59 pm on Jul 8, 2005 (gmt 0)

10+ Year Member



Is this what you mean?


<form>
<select name="menu" size="3" multiple style="height: 125px; width: 150px;">
<option value="1">maple</option>
<option value="2">hickory</option>
<option value="3">birch</option>
</select>
</form>

-Mike