.main{
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 禁用不同浏览器下用户选中文档内容的方法,包括 Firefox、Chrome、Safari 和 IE 等主流浏览器的实现方式。
.main{
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;
}
451
1068
229

被折叠的 条评论
为什么被折叠?