IE 选项标题在选定的上方不起作用
IE option title not working above selected
IE11 怪异 - 带有 title 属性的选项只在所选选项下方显示提示?在此示例中,将鼠标悬停在选项 b 和 c 上,提示显示,但不是 a。 Select c 和 b 也停止显示提示了???
<select name="sel">
<option value=""></option>
<option title="already assigned" value="a" style="background-color:gray;">a</option>
<option title="orig selected" value="b" selected>b</option>
<option title="already assigned" value="c" style="background-color:gray;">c</option>
</select>
那么如何让IE11在选中的选项上方显示标题提示呢?
IE11 怪异 - 带有 title 属性的选项只在所选选项下方显示提示?在此示例中,将鼠标悬停在选项 b 和 c 上,提示显示,但不是 a。 Select c 和 b 也停止显示提示了???
<select name="sel">
<option value=""></option>
<option title="already assigned" value="a" style="background-color:gray;">a</option>
<option title="orig selected" value="b" selected>b</option>
<option title="already assigned" value="c" style="background-color:gray;">c</option>
</select>
那么如何让IE11在选中的选项上方显示标题提示呢?