改变链接上的鼠标形状

 

点击这里看效果


在 <head> 与 </head> 之间加入:

<style type="text/css">
.a1 { cursor: hand}
.a2 { cursor: crosshair}
.a3 { cursor: text}
.a4 { cursor: wait}
.a5 { cursor: help}
.a6 { cursor: e-resize}
.a7 { cursor: ne-resize}
.a8 { cursor: n-resize}
.a9 { cursor: nw-resize}
.a10 { cursor: w-resize}
.a11 { cursor: sw-resize}
.a12 { cursor: s-resize}
.a13 { cursor: se-resize}
.a14 { cursor: auto}
.a15 { cursor: default}
</style>

在 <body> 与 </body> 之间加入:

<SPAN CLASS="a1">来这里</SPAN>
<SPAN CLASS="a2">来这里</SPAN>
<SPAN CLASS="a3">来这里</SPAN>
<SPAN CLASS="a4">来这里</SPAN>
<SPAN CLASS="a5">来这里</SPAN>
<SPAN CLASS="a6">来这里</SPAN>
<SPAN CLASS="a7">来这里</SPAN>
<SPAN CLASS="a8">来这里</SPAN>
<SPAN CLASS="a9">来这里</SPAN>
<SPAN CLASS="a10">来这里</SPAN>
<SPAN CLASS="a11">来这里</SPAN>
<SPAN CLASS="a12">来这里</SPAN>
<SPAN CLASS="a13">来这里</SPAN>
<SPAN CLASS="a15">来这里</SPAN>