电脑技术学习

用CSS实现改变鼠标形状的代码

dn001
<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>