精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>编程开发>>● 编程世界>>Java&Java Script>>javascript改变鼠标形状

主题:javascript改变鼠标形状
发信人: wilsonchan()
整理人: jinhu(1999-06-30 20:13:40), 站内信件
本技巧只适用于IE浏览器。你可以随便在<P>、<TABLE>标签中使用,语法如下:

<a href="help.htm" style="cursor:hand">This link has a "help" cursor</
a>
你可以使用的鼠标形状有:

style="cursor:hand" 
style="cursor:crosshair" 
style="cursor:text" 
style="cursor:wait" 
style="cursor:move" 
style="cursor:help" 
style="cursor:e-resize" 
style="cursor:n-resize" 
style="cursor:nw-resize" 
style="cursor:w-resize" 
style="cursor:s-resize" 
style="cursor:se-resize" 
style="cursor:sw-resize" 

--
※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.103.135.104]

[关闭][返回]