您的位置:首页 > Web前端 > CSS

HTML常用鼠标指针样式设置

2016-05-24 09:47 495 查看
可以用css来统一设置,也可以单独对标签进行设置。

Auto

<span style="cursor:auto">Auto</span>


Crosshair

<span style="cursor:crosshair">Crosshair</span>


Default

<span style="cursor:default">Default</span>


Pointer

<span style="cursor:pointer">Pointer</span>


Move

<span style="cursor:move">Move</span>


text

<span style="cursor:text">text</span>


wait

<span style="cursor:wait">wait</span>


help

<span style="cursor:help">help</span>




这张图简明清晰,所以就直接从Css cursor鼠标指针鼠标光标样式教程篇里直接拿过来了,在此注明。

参考http://www.w3school.com.cn/tiy/t.asp?f=csse_cursor
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  html cursor 鼠标 指针 css