Is it possible for select lists in HTML to have a horizontal scrollbar?

Posted by Alessandro Vernet on Stack Overflow See other posts from Stack Overflow or by Alessandro Vernet
Published on 2010-04-22T23:22:30Z Indexed on 2010/04/22 23:23 UTC
Read the original article Hit count: 166

Filed under:
|
|

If you have an HTML <select multiple> of a certain width and height (set in CSS), if there are more values then you can possibly fit in that height, then the browser adds a vertical scroll bar. Now if the text is longer than the available width, is it possible to instruct the browser to add a horizontal scrollbar?

© Stack Overflow or respective owner

Related posts about html

Related posts about css