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?
If you have an HTML <select multiple> of a certain width and height (set
Share
No; you’ll need to emulate the list yourself.