标签:sel 效果 htm span col none art section nbsp
div{ -moz-user-select:none;/*火狐*/ -webkit-user-select:none;/*webkit浏览器*/ -ms-user-select:none;/*IE10*/ -khtml-user-select:none;/*早期浏览器*/ user-select:none; }
<section onselectstart="return false;">这又是一段文字</section>
如果把上述的方法写到body中,就实现了禁止用户选中页面上内容的效果。
标签:sel 效果 htm span col none art section nbsp
原文地址:http://www.cnblogs.com/web520/p/7998636.html