Hello,
I need to create a drop down list box that has 14 items. However it should display only one line initally. Then when the user clicks on it, it should drop down to display all the 14 items without the scrollbar.
<select name="name1" size=1>
<option>op1
<option>op2
:
:
<option>op14
</select>
It works fine in Netscape 7.01. i.e, it displays all the 14 items without scrollbar when the user clicks the little triangle. But when I use IE5.50, It displays the scrollbar.
how can I remove the scrollbar in IE. please remember that I want it initially displays one line, that means I can't change the size attribute.
Please, I need your help urgently. Thanks!!
Yuli
I need to create a drop down list box that has 14 items. However it should display only one line initally. Then when the user clicks on it, it should drop down to display all the 14 items without the scrollbar.
<select name="name1" size=1>
<option>op1
<option>op2
:
:
<option>op14
</select>
It works fine in Netscape 7.01. i.e, it displays all the 14 items without scrollbar when the user clicks the little triangle. But when I use IE5.50, It displays the scrollbar.
how can I remove the scrollbar in IE. please remember that I want it initially displays one line, that means I can't change the size attribute.
Please, I need your help urgently. Thanks!!
Yuli