跪求魔棒形状的鼠标指针!

来源:百度知道 编辑:UC知道 时间:2024/06/13 16:14:43

http://shu.skycx.com/mouse/9.html

验证过了,有好几种魔法棒的鼠标指针。

使用方法:
1.电脑本机使用:
开始菜单-控制面板-鼠标-打开-指针-浏览-选择你要换上的鼠标
就OK了~(^ ^;)
2.网页上使用:
代码:
<style type=text/css>
a:hover {cursor:url('**.cur')}
BODY {cursor:url('**.cur')}
</style>

或者
<style type=text/css>
a:hover {cursor:url('**.ani')}
BODY {cursor:url('**.ani')}
</style>

其中**就是那个指针的文件名