介绍:各种样式的鼠标效果。
演示:
[Ctrl+A全选 提示:你可先修改部分代码,再按运行]
下面教你如何应用此特效:
--------------------------------------------------------------------------------------
需要在<body
这里>加入的代码:
--------------------------------------------------------------------------------------
以下代码加到<head>…</head>中
以下代码加到<body>…</body>中
<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>