当前位置:Gxlcms > css > 解决css禁止html标签被选中的方法

解决css禁止html标签被选中的方法

时间:2021-07-01 10:21:17 帮助过:4人阅读

以下CSS样式实现了各浏览器的标签禁止选中功能,需要的朋友可以参考下

moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select:none;
-khtml-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
user-select:none;

以上就是解决css禁止html标签被选中的方法的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行