日期:2014-05-16  浏览次数:20319 次

jsp中超链接的小手样式

<html>

<head>
<title></title>

</head>

<body>

<a style="cursor:hand;">超链接</a>

</body>

</html>
------------------------------------
其中的"hand"可以换成以下内容

hand? 手形?
crosshair? 十字形?
text? 文本形?
wait? 沙漏形?
move? 十字箭头形?
help? 问号形?
e-resize? 右箭头形?
n-resize? 上箭头形?
nw-resize? 左上箭头形?
w-resize? 左箭头形?
s-resize? 下箭头形?
se-resize? 右下箭头形?
sw-resize? 左下箭头形

url('#')? 用户自定义(可用动画)? # = 光标文件地址(注意文件格式必须为:.cur 或 .ani)。