效果图:
原码如下:
<div><p>请把鼠标移动到单词上,可以看到鼠标指针发生变化:</p><span style="cursor:auto">1.Auto</span><br /><span style="cursor:crosshair">2.Crosshair</span><br /><span style="cursor:default">3.Default</span><br /><span style="cursor:pointer">4.Pointer</span><br /><span style="cursor:move">5.Move</span><br /><span style="cursor:e-resize">6.e-resize</span><br /><span style="cursor:ne-resize">7.ne-resize</span><br /><span style="cursor:nw-resize">8.nw-resize</span><br /><span style="cursor:n-resize">9.n-resize</span><br /><span style="cursor:text">10.text</span><br /><span style="cursor:wait">11.wait</span><br /><span style="cursor:help">12.help</span><br /><span style="cursor:se-resize">se-resize</span><br /><span style="cursor:sw-resize">sw-resize</span><br /><span style="cursor:s-resize">s-resize</span><br /><span style="cursor:w-resize">w-resize</span><br />
</div>