【发布时间】:2013-12-09 16:10:25
【问题描述】:
默认光标是文本输入字段中的 I-bar。如果我想将其更改为“等待”,我可以这样做:
<div style="cursor:wait;height:50px;width:200px;border:2px solid black;">
<input type="text" style="cursor:wait">
</div>
(DIV块仅供参考,光标在DIV块中确实发生了变化。) 它适用于大多数浏览器,包括 IE 11 之前的版本。但在 IE 11 上,它不起作用。有人可以帮助我如何在 IE 11 上执行此操作吗?谢谢。
【问题讨论】:
-
我也想知道怎么做。 IE,你为什么总要过不去……
标签: css cursor internet-explorer-11