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

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

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

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

  1. moz-user-select: -moz-none;
  2. -moz-user-select: none;
  3. -o-user-select:none;
  4. -khtml-user-select:none;
  5. -webkit-user-select:none;
  6. -ms-user-select:none;
  7. user-select:none;

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

人气教程排行