发信人: jaspon()
整理人: eagle(2000-06-03 10:46:41), 站内信件
|
你是不是对系统默认的千篇一律的鼠标样式感到厌倦了,下面通过CSS来改变它。
<html>
<body>
<p>请把鼠标移动到相应的位置查看效果。</p>
<div style="font-size:24pt;color:blue;">
<p><span style="cursor:auto;">系统默认</span><br>
<span style="cursor:crosshair;">“十”字型</span><br>
<span style="cursor:default;">系统指针</span><br>
<span style="cursor:hand;">手的形状</span><br>
<span style="cursor:move;">移动</span><br>
<span style="cursor:e-resize;">鼠标箭头朝右</span><br>
<span style="cursor:ne-resize;">鼠标箭头朝右上</span><br>
<span style="cursor:nw-resize;">鼠标箭头朝左上</span><br>
<span style="cursor:n-resize;">鼠标箭头朝上</span><br>
<span style="cursor:se-resize;">鼠标箭头朝右下</span><br>
<span style="cursor:sw-resize;">鼠标箭头朝左下</span><br>
<span style="cursor:s-resize;">鼠标箭头朝下</span><br>
<span style="cursor:w-resize;">鼠标箭头朝左</span><br>
<span style="cursor:text;">文本“I”型</span><br>
<span style="cursor:wait;">等待</span><br>
<span style="cursor:help;">帮助</span><br>
</body>
</html>
-- 子昂轩---这里的世界更精彩!!
URL:http://jaspon.yeah.net
提供js脚本
※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.106.218.225]
|
|