Javascript的鼠标样式技术文章

来源:互联网 发布:淘宝怎么才能排名靠前 编辑:程序博客网 时间:2024/05/01 16:37

<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>
<a href="http://" style="cursor: auto;">auto</a><br>
<a href="http://" style="cursor: crosshair">crosshair</a><br>
<a href="http://" style="cursor: default">default</a><br>
<a href="http://" style="cursor: hand">hand</a><br>
<a href="http://" style="cursor: move">move</a><br>
<a href="http://" style="cursor: e-resize">e-resize</a><br>
<a href="http://" style="cursor: ne-resize">ne-resize</a><br>
<a href="http://" style="cursor: nw-resize">nw-resize</a><br>
<a href="http://" style="cursor: n-resize">n-resize</a><br>
<a href="http://" style="cursor: se-resize">se-resize</a><br>
<a href="http://" style="cursor: sw-resize">sw-resize</a><br>
<a href="http://" style="cursor: s-resize">s-resize</a><br>
<a href="http://" style="cursor: w-resize">w-resize</a><br>
<a href="http://" style="cursor: text">text</a><br>
<a href="http://" style="cursor: wait">wait</a><br>
<a href="http://" style="cursor: help">help</a><br>
IE6支持的<br>
<a href="http://" style="cursor: pointer">pointer</a><br>
<a href="http://" style="cursor: progress">progress</a><br>
<a href="http://" style="cursor: not-allowed">not-allowed</a><br>
<a href="http://" style="cursor: no-drop">no-drop</a><br>
<a href="http://" style="cursor: vertical-text">vertical-text</a><br>
<a href="http://" style="cursor: all-scroll">all-scroll</a><br>
<a href="http://" style="cursor:col-resize">col-resize</a><br>
<a href="http://" style="cursor: row-resize">row-resize</a><br>
<a href="http://" style="cursor: url(*.cur)">自定义鼠标指针(请替换成相应的文件):*.cur</a><br>
<a href="http://" style="cursor: url(*.ani)">自定义鼠标指针(请替换成相应的文件):*.ani</a>

=====================================================
Javascript的鼠标样式技术文章 2007-07-10 20:09:07 阅读7 评论0 字号:大中小
<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>
<a href="http://" style="cursor: auto;">auto</a><br>
<a href="http://" style="cursor: crosshair">crosshair</a><br>
<a href="http://" style="cursor: default">default</a><br>
<a href="http://" style="cursor: hand">hand</a><br>
<a href="http://" style="cursor: move">move</a><br>
<a href="http://" style="cursor: e-resize">e-resize</a><br>
<a href="http://" style="cursor: ne-resize">ne-resize</a><br>
<a href="http://" style="cursor: nw-resize">nw-resize</a><br>
<a href="http://" style="cursor: n-resize">n-resize</a><br>
<a href="http://" style="cursor: se-resize">se-resize</a><br>
<a href="http://" style="cursor: sw-resize">sw-resize</a><br>
<a href="http://" style="cursor: s-resize">s-resize</a><br>
<a href="http://" style="cursor: w-resize">w-resize</a><br>
<a href="http://" style="cursor: text">text</a><br>
<a href="http://" style="cursor: wait">wait</a><br>
<a href="http://" style="cursor: help">help</a><br>
IE6支持的<br>
<a href="http://" style="cursor: pointer">pointer</a><br>
<a href="http://" style="cursor: progress">progress</a><br>
<a href="http://" style="cursor: not-allowed">not-allowed</a><br>
<a href="http://" style="cursor: no-drop">no-drop</a><br>
<a href="http://" style="cursor: vertical-text">vertical-text</a><br>
<a href="http://" style="cursor: all-scroll">all-scroll</a><br>
<a href="http://" style="cursor:col-resize">col-resize</a><br>
<a href="http://" style="cursor: row-resize">row-resize</a><br>
<a href="http://" style="cursor: url(*.cur)">自定义鼠标指针(请替换成相应的文件):*.cur</a><br>
<a href="http://" style="cursor: url(*.ani)">自定义鼠标指针(请替换成相应的文件):*.ani</a>

原创粉丝点击