鼠标常用样式(cursor)

Posted 澎湃_L

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了鼠标常用样式(cursor)相关的知识,希望对你有一定的参考价值。

<body>
    <div>常用的鼠标样式(cursor):pointer,move,defalt,text(火狐不支持hand)</div>
</body>
<style>
        div {
            width: 200px;
            height: 200px;
            background: rgb(184, 147, 147);
        }
        div:hover {
            cursor: pointer;/* 小手 */
            cursor: move;/* 十字架 */
            cursor: default;/* 默认白色箭头 */
            cursor: text;/* I型 */
        }
    </style>

 

以上是关于鼠标常用样式(cursor)的主要内容,如果未能解决你的问题,请参考以下文章

鼠标显示形状图片,cursor:pointer手形状是最常用的显示方式,其实还有其他形式

css的 cursor 属性

wxpython 设置鼠标样式

cursor鼠标指针样式大全

javascript 改变鼠标样式

cursor:改变鼠标样式