用css添加手状样式鼠标移上去变小手

2022-01-11,,,,

css实现的鼠标经过某对象时让其变成手状,下面整理了光标的各种样式,其中pointer, hand为手形光标

用css 添加手状样式,鼠标移上去变小手,变小手

复制代码代码如下:
cursor:pointer;

用JS使鼠标变小手onmouseover(鼠标越过的时候)

onmouseover="this.style.cursor='hand'"

cursor其他取值    
auto :标准光标
default :标准箭头
pointer, hand :手形光标
wait :等待光标
text :I形光标
vertical-text :水平I形光标
no-drop :不可拖动光标
not-allowed :无效光标
help :帮助光标
all-scroll :三角方向标
move :移动标
crosshair :十字标

以上就是用css添加手状样式鼠标移上去变小手的详细内容,更多请关注本站其它相关文章!

《用css添加手状样式鼠标移上去变小手.doc》

下载本文的Word格式文档,以方便收藏与打印。