更改鼠标
大范围
无背景版
<DIV align=center>
<TABLE style="CURSOR: crosshair" height="100%" width="100%">
文字内容
<TBODY></TBODY></DIV>
--------------------------------------------------------------
有背景版
<DIV align=center>
<table style="cursor:crosshair" height=背景高度 width=背景宽度 background="背景图片地址">
文字内容
<TBODY></TBODY></DIV>
---------------------------------------------------------------
种类
"cursor: wait" 沙钟
" cursor: crosshair" 十
"cursor: move" 十字箭头
"cursor: help" 问号
"cursor: hand" 手指
"cursor: text" 竖条
"cursor: n-resize" 上下箭头
"cursor: s-resize"
" cursor: e-resize" 左右箭头
"cursor: w-resize"
"cursor: sw-resize" 右上斜箭头
"cursor: ne-resize"
"cursor: se-resize" 左上斜箭头
"cursor: nw-resize"
----------------------------------------------------------------
位置指定鼠标
1<P><A style="CURSOR: e-resize" >文字</A></P>
2<P><A style="CURSOR: crosshair">文字</A></P>
3<P><A style="CURSOR: move" >文字 </A></P>
4<P><A style="CURSOR: ne-resize">文字 </A></P>
5<P><A style="CURSOR: nw-resize" >文字 </A></P>
6<P><A style="CURSOR: n-resize" >文字</A></P>
7<P><A style="CURSOR: se-resize" >文字 </A></P>
8<P><A style="CURSOR: sw-resize" >文字 </A></P>
9<P><A style="CURSOR: s-resize" >文字 </A></P>
10<P><A style="CURSOR: w-resize" >文字</A></P>
11<P><A style="CURSOR: text" >文字</A></P>
12<P><A style="CURSOR: wait" >文字</A></P>
13<P><A style="CURSOR: help" >文字</A></P>
<SPAN style="cursor: nw-resize;">文字</SPAN>也能达到同种效果
示例 把鼠标移到下列文字上边看看
第1种
第2种
第3种
第4种
第5种
第6种
第7种
第8种
第9种
第10种
第11种
第12种
第13种