Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有以下 CSS 的 div。
.mydiv { cursor: url("/image/cursor-hand.png"), move; }
在 chrome、Firefox 和 safari 中运行良好,但在 IE 中不起作用。
有什么帮助吗?
IE不支持普通图形,你需要一个光标文件 .cur。
.cur
也可以看看: