【发布时间】:2012-10-31 16:49:47
【问题描述】:
我在 ie9 上的 html select 遇到了这个问题(浏览器模式:compatblity view 和 doc 模式:ie7 标准)。
<select ...>
<option title="test1">test1</option>
<option title="test2">test2</option>
<option title="longer text....more than 255">longer text....more than 255</option>
</select>
在 ie7 中显示了选项以及更长的文本……但在 ie9 中,问题是下拉菜单不再起作用(它不显示选项)。它只显示第一项。我该如何解决这个问题?
【问题讨论】:
标签: html internet-explorer select