码迷,mamicode.com
首页 > Web开发 > 详细

[CSS] No selectable effect

时间:2016-12-02 19:18:07      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:span   currently   opera   color   tab   port   web   fixed   rom   

    .noselect {
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none;   /* Chrome/Safari/Opera */
        -khtml-user-select: none;    /* Konqueror */
        -moz-user-select: none;      /* Firefox */
        -ms-user-select: none;       /* Internet Explorer/Edge */
        user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
    }

 

[CSS] No selectable effect

标签:span   currently   opera   color   tab   port   web   fixed   rom   

原文地址:http://www.cnblogs.com/Answer1215/p/6126591.html

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