如何将自定义光标分配给整个网站
我想将自定义光标分配给我的整个网站。我使用的是asp.net 4.0。
我有一个母版页,我想要的是为页面分配一个默认的自定义光标,并让所有链接使用另一个自定义光标
这可能吗?
I want to assign custom cursors to my entire website. I am using asp.net 4.0.
I have a master page and what I want is to assign a default custom cursor to the page and have all links use another custom cursor
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以使用
CSS
:注意:自 IE6 起仅支持 .cur 和 .ani 文件类型。
You can use
CSS
:Note: Only .cur and .ani file types are supported as of IE6.
进一步阅读。
Further Reading.
如果我理解正确,你正在寻找用 css 做这样的事情
If am understanding you correctly, You are looking to do something like this with css
使主体成为一种光标类型
使锚点成为另一种类型
makes the body one cursor type
makes your anchors another type