Hi!
I want to have a drop down menu of width = 150. It contains some city names, but, sometimes the names of the cities are longer than 150. So, I want the drop down menu to become taller. Not the combo box, but only the menu which appears if I press on the little arrow to the right of the box.
I do :
<select style="width:150" name="choix_pays" value="choix_pays" size="1">
...
</select>
It works with Netscape, but not with Explorer. So, what can I do to solve the problem!!
Thanks!
hooger
I want to have a drop down menu of width = 150. It contains some city names, but, sometimes the names of the cities are longer than 150. So, I want the drop down menu to become taller. Not the combo box, but only the menu which appears if I press on the little arrow to the right of the box.
I do :
<select style="width:150" name="choix_pays" value="choix_pays" size="1">
...
</select>
It works with Netscape, but not with Explorer. So, what can I do to solve the problem!!
Thanks!
hooger