如何为网站创建自定义鼠标指针?

发布于 2024-09-10 08:24:11 字数 314 浏览 1 评论 0原文

我见过一些网站使用自定义鼠标指针,而不是普通的“操作系统”光标。我知道这在 Flash 等中很容易完成;但我不是在谈论那些网站。

为普通网页制作自定义鼠标指针真的很难吗? 我不记得好的网站,但有一个有自定义的网站,虽然它很垃圾,我只是想知道需要做什么才能获得自定义鼠标指针。

链接:http://www.smileyarena.com/

您可以在那里看到鼠标如何变化..任何人都可以给我指明正确的方向吗?

谢谢!

I have seen some websites with a custom mouse pointers rather than the normal "operating system" cursors. I know this is very easily done in flash and such; but I am not talking about those websites.

Is it really difficult to make a custom mouse pointer for a normal webpage?
I cant remember the good websites, but there is one which has a custom, though its pretty rubbish, I was just interested to know what needs to be done to get a custom mouse pointer.

link: http://www.smileyarena.com/

You can see how mouse changes there.. can anyone point me in the right direction?

Thanks!

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

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

发布评论

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

评论(1

只是在用心讲痛 2024-09-17 08:24:11

你可以尝试使用 css 类似的东西

body
{
    cursor: url(mycursor.cur);
}

you could try with css with something like

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