PDA

View Full Version : select option style


kwesy
05-08-2003, 11:16 PM
Hi, I have a select option with size attribute = 1. How can I do to display 10 elements when clicked to pull down menues? because in IE only display 8 and in NS display all.
Please, could you tell me, is there any way to control it
Thanks a lot!

cg9com
05-09-2003, 05:20 PM
I think that's just browser specific behavior and may not be adjustable.

Catman
05-09-2003, 05:45 PM
I believe you can adjust this with the size attribute:
<select size="10">
<option>1</option>
</select>

zoobie
05-10-2003, 01:39 AM
I don't believe you can...:p