【发布时间】:2014-10-07 19:41:41
【问题描述】:
我在光标属性 css 上有奇怪的 IE 行为?
这是代码,这只是简单的内联样式来显示问题所在?
<div style="width:100%;">
<select>
<option value="">Select</option>
<option>John</option>
<option>John</option>
<option>John</option>
<option>John</option>
<option>John</option>
<option>John</option>
</select>
</div>
<textarea style="cursor:not-allowed;"></textarea>
All i working OK in Firefox and Google Chrome, only in IE is the problem, when option get over textarea cursor change style to not allowed?请在此处查看 fiddle 但仅在 IE 中?
工作小提琴
【问题讨论】:
-
你在看哪个版本的IE?
-
Internet Explorer 10 和 Internet Explorer 11
-
这里(是)同样的问题:stackoverflow.com/questions/23884256/…
标签: css html internet-explorer styles