首頁  >  文章  >  web前端  >  解決css禁止html標籤被選取的方法

解決css禁止html標籤被選取的方法

高洛峰
高洛峰原創
2017-03-14 16:08:591386瀏覽

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


以上是解決css禁止html標籤被選取的方法的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn