HTML CSS 鼠标样式效果

来源:互联网 发布:vb数值转字符串 编辑:程序博客网 时间:2024/05/02 00:54
<div style="cursor:hand">鼠标手型效果</div><div style="cursor:pointer">鼠标手型效果</div><!-- pointer 兼容性比较好 --><br><div style="cursor:auto">鼠标由系统自动给出效果</div><br><div style="cursor:crosshair">鼠标十字型效果</div><br><div style="cursor:text">鼠标I字形效果(输入状态效果)</div><br><div style="cursor:wait">鼠标等待效果</div><br><div style="cursor:default">鼠标默认效果</div><br><div style="cursor:e-resize">鼠标左右箭头效果</div><br><div style="cursor:w-resize">鼠标左右箭头效果</div><br><div style="cursor:n-resize">鼠标上下箭头效果</div><br><div style="cursor:s-resize">鼠标上下箭头效果</div><br><div style="cursor:ne-resize">鼠标斜右上箭头效果</div><br><div style="cursor:nw-resize">鼠标斜左上箭头效果</div><br><div style="cursor:sw-resize">鼠标斜左下箭头效果</div><br><div style="cursor:se-resize">鼠标斜右下箭头效果</div>

0 0
原创粉丝点击