css样式⿏标放上去变成⼿的形状1、⽤css 添加⼿状样式,⿏标移上去变⼩⼿,变⼩⼿
cursor:pointer;
2、⽤JS使⿏标变⼩⼿onmouseover(⿏标越过的时候)
οnmοuseοver="this.style.cursor='hand'"
cursor其他取值
css鼠标点击样式
auto                    :标准光标
default                :标准箭头
pointer, hand                  :⼿形光标
wait                    :等待光标
text                      :I形光标
vertical-text          :⽔平I形光标
no-drop                :不可拖动光标
not-allowed          :⽆效光标
help                    :帮助光标
all-scroll        :三⾓⽅向标
move                    :移动标
crosshair          :⼗字标
e-resize
n-resize
nw-resize
w-resize
s-resize
se-resize
sw-resize

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。