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

常用css

时间:2017-02-03 17:07:17      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:ros   常用   table   span   com   rod   html   class   属性   

禁止文字被选中

 1 .unselectable {
 2    -moz-user-select: -moz-none;
 3    -khtml-user-select: none;
 4    -webkit-user-select: none;
 5 
 6    /*
 7      Introduced in IE 10.
 8      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
 9    */
10    -ms-user-select: none;
11    user-select: none;
12 }
13 /*整站的话 给body这个属性*/

 

常用css

标签:ros   常用   table   span   com   rod   html   class   属性   

原文地址:http://www.cnblogs.com/haonanZhang/p/6362914.html

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