<select> with many option elements- 30 elements visible at once - how to change this?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ximian
    New Member
    • Sep 2007
    • 1

    <select> with many option elements- 30 elements visible at once - how to change this?

    (IE6)

    When <select> tag contains many elements (eg. 50) it cannot display them at once. IE6 displays 30 elements at most and shows the vertical scrollbar.

    My question is: is it possible to change this value so that IE would show only 10 elements from the select field at once?

    Thanks for Your reply,
    Ximian
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Yes:
    <select size="10"

    Comment

    Working...