css禁止html标签被选中的方法
css禁止html标签被选中的方法
发布时间:2016-12-27 来源:查字典编辑
摘要:以下CSS样式实现了各浏览器的标签禁止选中功能。moz-user-select:-moz-none;-moz-user-select:non...

以下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;

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新 Div+Css教程学习
热门 Div+Css教程学习
网页设计子分类