IE9中选择下拉的滚动条被切断

时间:2013-08-05 20:18:22

标签: html cross-browser

请记住,当显式宽度设置为<select>标记时,IE8如何使用限制选择下拉列表的大小(具体宽度)。似乎IE9修复了但等待,选择在IE中还不完美......

Chrome和firefox优雅地选择下拉,具体取决于选择周围的可用空间。在chrome,firefox中查看此示例。

http://jsfiddle.net/hnQUL/2/

基本上就是这个。

<div style='float:left; width:100%; text-align:right;'>
<select style='width:200px;'>
    <option value="AF">Afghanistan</option>
    <option value="AX">Åland Islands</option>
.
.
.
.

    <option value="ZM">Zambia</option>
    <option value="ZW">Zimbabwe</option>
</select>
</div>

但是 IE9拒绝并且下拉滚动条被切断。

有什么想法吗?

问题转载如下

enter image description here

0 个答案:

没有答案