1. 程式人生 > >css設定禁止文字被選中

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;