我在 ie9 上的 html 选择有这个问题(浏览器模式:兼容性视图和文档模式: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 中,问题是下拉菜单不再起作用(它不显示选项)。它只显示第一项。我该如何解决这个问题?