改变鼠标显示样式

来源:互联网 发布:查看linux安装的字体 编辑:程序博客网 时间:2024/04/30 14:41
鼠标事件:
onmouseover="this.style.cursor='hand'"
onmouseout="this.style.cursor='normal'
 
**************************************************************
样式:
<SPAN   style= "cursor:hand ">
<SPAN   style= "cursor:move ">
<SPAN   style= "cursor:hand "> 
<SPAN   style= "cursor:move "> 
<SPAN   style= "cursor:wait ">   
<SPAN   style= "cursor:crosshair ">  
<SPAN   style= "cursor:help ">  
<SPAN   style= "cursor:no-drop ">  
<SPAN   style= "cursor:all-scroll ">  
<SPAN   style= "cursor:col-resize ">  
<SPAN   style= "cursor:not-allowed "> 
<SPAN   style= "cursor:vertical-text ">  
 
**************************************************************
自定义鼠标光标类型:(例:style= "cursor:auto ")

auto:标准光标

default:标准箭头

hand:手形光标

pointer:手形光标

url:手形光标

uri:手形光标

progress:程序正在运行光标

wait:等待光标

text:I形光标

vertical-text:水平I形光标

no-drop:不可拖动光标

not-allowed:无效光标

help:?帮助光标

all-scroll:三角方向标

move:移动标

crosshair:十字标