禁止文字选中 css
生活随笔
收集整理的這篇文章主要介紹了
禁止文字选中 css
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
可以設置 你需要禁止選中文字區域的 css。如:?
代碼如下:.table {?
text-align: center;?
vertical-align:middle;?
height: 39px;?
overflow: hidden;?
moz-user-select: -moz-none;?
-moz-user-select: none;?
-o-user-select:none;?
-khtml-user-select:none; /* you could also put this in a class */?
-webkit-user-select:none;/* and add the CSS class here instead */?
-ms-user-select:none;?
user-select:none;/**禁止選中文字*/?
}?
轉載于:https://www.cnblogs.com/ghfjj/p/6432425.html
總結
以上是生活随笔為你收集整理的禁止文字选中 css的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 读书笔记 effective c++ I
- 下一篇: 9 HTML5之表单