<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>
js控制
document.getElementsByTagName("span")[0].style.cursor="hand" //手型
以此类推
posted on 2010-01-17 01:18
lolo 阅读(4003)
评论(0) 编辑 收藏 所属分类:
js/css