码迷,mamicode.com
首页 > 其他好文 > 详细

鼠标常用样式(cursor)

时间:2018-04-10 15:26:10      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:nbsp   pre   pointer   默认   ack   AC   rgb   back   and   

<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)

标签:nbsp   pre   pointer   默认   ack   AC   rgb   back   and   

原文地址:https://www.cnblogs.com/EricZLin/p/8778462.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!