取消双击选中文本

Posted karila

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了取消双击选中文本相关的知识,希望对你有一定的参考价值。

取消双击选中文本CSS设置

-moz-user-select:none;/*火狐*/
-webkit-user-select:none;/*webkit浏览器*/
-ms-user-select:none;/*IE10*/
-khtml-user-select:none;/*早期浏览器*/
user-select:none;

  

以上是关于取消双击选中文本的主要内容,如果未能解决你的问题,请参考以下文章