站内搜索:
首页 >> 前端 >> 内容
清除浏览器双击的阴影效果

时间:2017/8/5 14:51:27

清除浏览器双击的阴影效果。

-webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */

/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;

  • 上一篇:鼠标与按键事件触发顺序
  • 下一篇:知识点整理:box-sizing/clear/overhidden/box-flex/animation/replace(RegExp,'')/this/parseIn
  • 返回顶部