I've encountered an issue where disabling a "select" element also disables the scrollbar in Internet Explorer, while it functions perfectly in Chrome and Firefox. Is there a workaround for this problem?
<select size="5" style="height:100px" disabled>
<option>value 1</option>
<option>value 2</option>
<option>value 3</option>
<option>value 4</option>
<option>value 5</option>
<option>value 6</option>
<option>value 7</option>
<option>value 8</option>
</select>