HTML标签添加⿏标⼩⼿样式
⽅式⼀、
cursor:pointer;
cursor:hand 与 cursor:pointer 的效果是⼀样的,都像光标指向链接⼀样,光标变成⼿⾏。
cursor:hand :IE完全⽀持。但是在firefox是不⽀持的,没有效果。
cursor:pointer :是CSS2.0的标准。所以firefox是⽀持的,但是IE5.0既之前版本不⽀持。IE6开始⽀持。 结论:还是⽤ cursor:pointer 来的⽅便
⽤JS使⿏标变⼩⼿onmouseover(⿏标越过的时候)
οnmοuseοver="this.style.cursor='hand'"
⽅式⼆、
href="javascript:void(0)"  或者 href="#"
cursor其他取值
auto                    :标准光标
css鼠标点击样式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小时内删除。