I have a select multiple element with scrollbars that is disabled. In Chrome and Firefox on Windows it is still scrollable but no selections can be made. However in IE its not s
Check this out. HTML:
value number 1 val 2 val 3 val 4 val 5 value 6 val 7 val 8 val 9 val 10
CSS:
#options { height:50px; width:115px; overflow-x:hidden; }
Here is the fiddle: http://jsfiddle.net/2ET44/4/
IE just behaves in an other way. You can fix this by using a div to handle the scrolling.