|
Posted by André Gillibert on August 23, 2007, 11:53 am
Please log in for more thread options
Jenny wrote:
> I test it on windows IE. The scrollbar will be shown when the select
> has more than 30 elements, otherwise it won't show scrollbar. I don't
> want the list to be that long. I hope that the scrollbar can be shown
> when the number of elements is 8.
>
Try the SIZE attribute:
http://www.w3.org/TR/html4/interact/forms.html#h-17.6 http://msdn2.microsoft.com/en-us/library/ms535893.aspx
Note 1: It may be ignored by the browser, especially if the browser uses a
control for which that doesn't make sense.
Note 2: It may display the select element as a list box in IE.
--
|