用CSS做鼠标样式?

来源:百度知道 编辑:UC知道 时间:2024/06/14 19:51:54
我的问题很简单,想让网页有一个鼠标样式,具体怎么做
首先 建一个CSS 标签BOBY·建好后在扩展 光标里写什么 ,比如我的CUR文件在IMAGE里 ,在那个光标里写什么!

只能用系统默认的一些鼠标样式,不能自定义的哦

使用方法可以去百度上搜索:CSS黑板报
第一个就是

在上面找找应该有

<span style="cursor:hand;">hand 手</span>
<span style="cursor:crosshair;">crosshair 十字</span>
<span style="cursor:text;">text 文本</span>
<span style="cursor:wait;">wait 等待</span>
<span style="cursor:help;">help 帮助</span>
<span style="cursor:e-resize;">e-resize 向右双箭头</span>
<span style="cursor:ne-resize;">ne-resize 东北箭头</span>
<span style="cursor:n-resize;">n-resize 向上双箭头</span>
<span style="cursor:nw-resize;">nw-resize 西北下双箭头</span>
<span style="cursor:w-resize;">w-resize 向西双箭头</span>
<span style="cursor:sw-resize;">sw-resize 西南双箭头</span>
<span style="cursor:s-resize;">s-resize 向南双箭头</