阅读背景:

禁止选择DIV内的文本(css,js写法)

来源:互联网 
css:
<span style="font-family:SimSun;font-size:18px;">/* 禁止选择div内的文字 */ #hall_body { -moz-user-select: none; /*火狐*/ -webkit-user-select: none; /*webkit浏览器*/ -ms-user-select: none; /*IE10*/ -khtml-user-select: none; /*早期浏览器*/ user-select: none; }</span> <span style="font-family:SimSun;font-si



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: