cursor 鼠标形状

<head>
<title></title>

<style type="text/css">
<!--
a {
cursor: help;
}
-->
</style>

</head>
------------------------------------
其中的"help"可以换成以下内容

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

url('#')  用户自定义(可用动画)  # = 光标文件地址(注意文件格式必须为:.cur 或 .ani)。
原文地址:https://www.cnblogs.com/visi_zhangyang/p/1968177.html