使用 .ico 文件作为光标

发布于 2024-12-02 01:20:39 字数 127 浏览 0 评论 0原文

我可以在 css 光标属性中使用 .ico 而不产生任何后果(即完全浏览器兼容性。)还是必须使用 .cur?

如:

cursor: url(img/cursor.ico);

Can I use an .ico in the css cursor property without consequences (i.e full browser compatibility.) or must I use a .cur?

As in:

cursor: url(img/cursor.ico);

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

庆幸我还是我 2024-12-09 01:20:39

cur 文件和 ico 文件几乎相同。唯一重要的区别是 cur 文件的图标顶部有一个热点。

您应该发现两者在网络上的工作方式相同。

cur files and ico files are almost identical. The only important difference is that the cur file has a hotspot at the tip of the icon.

You should find that both work identically over the web.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文