以下CSS样式实现了各浏览器的标签禁止选中功能。
moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select:none;-khtml-user-select:none;-webkit-user-se[......]
以下CSS样式实现了各浏览器的标签禁止选中功能。
moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select:none;-khtml-user-select:none;-webkit-user-se[......]