resize the drop down list in jsp

can any one tell how to resize the drop down list
[56 byte] By [RaviKumar.Avulaa] at [2007-11-27 9:46:50]
# 1
you can decrease/increase the size using,style="width: 200px"
skp71a at 2007-7-12 23:57:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
this is to change the width but i want to change the length
RaviKumar.Avulaa at 2007-7-12 23:57:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
if you are using a multi-select dropdown, you can use the "size" attribute to specifiy how many options are visible. other that than i don't think you can change the length of a single select dropdown...
den2681a at 2007-7-12 23:57:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
did you mention the size?size="1" give you single select list boxsize="2" or more than "1" give you lengthy box.
skp71a at 2007-7-12 23:57:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...