HTML页面中如何自定义一个鼠标样式?
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title></title></head><bodystyle=curs...
<html xmlns=" http://www.w3.org/1999/xhtml"><head> <title></title></head><body style= cursor: 1.cus;" >
</body></html>
求修改代码 展开
</body></html>
求修改代码 展开
2个回答
2013-06-07
展开全部
<span style="cursor:hand">手形</span>
<span style="cursor:crosshair">十字</span>
<span style="cursor:text" >文本光标</span>
<span style="cursor:wait" >等待</span>
<span style="cursor:default" >默认</span>
<span style="cursor:help" >问号</span>
<span style="cursor:e-resize" >左右箭头</span>
<span style="cursor:s-resize" >上下箭头</span>
<span style="cursor:auto" >系统自动给出效果</span>
<span style="cursor: url('鼠标文件')">自定义的鼠标</span>
<span style="cursor:crosshair">十字</span>
<span style="cursor:text" >文本光标</span>
<span style="cursor:wait" >等待</span>
<span style="cursor:default" >默认</span>
<span style="cursor:help" >问号</span>
<span style="cursor:e-resize" >左右箭头</span>
<span style="cursor:s-resize" >上下箭头</span>
<span style="cursor:auto" >系统自动给出效果</span>
<span style="cursor: url('鼠标文件')">自定义的鼠标</span>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐于2017-11-26
展开全部
<html><head> <title></title></head><body style= "cursor:url(' http://abc.com/1.cus');" >
</body></html>
上面是用url的方式引用鼠标样式,把http://abc.com/1.cus换成你自己存储鼠标指针的网络路径就成了。因为我这里没有单独的。cus文件,也就不好测试。
<body style="cursor:hand;" >我能测试的就是这样,整个页面都变成手型了。。
还有问题的话,可以追问哦 ^_^
</body></html>
上面是用url的方式引用鼠标样式,把http://abc.com/1.cus换成你自己存储鼠标指针的网络路径就成了。因为我这里没有单独的。cus文件,也就不好测试。
<body style="cursor:hand;" >我能测试的就是这样,整个页面都变成手型了。。
还有问题的话,可以追问哦 ^_^
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询