码迷,mamicode.com
首页 > 其他好文 > 详细

前端兼容性

时间:2020-02-17 14:04:21      阅读:48      评论:0      收藏:0      [点我收藏+]

标签:前缀   explorer   bubble   explore   rop   int   and   splay   样式   

js 阻止冒泡

在w3c中使用stopPropagation()
ie下设置cancelBubble = true

css兼容

各个浏览器带margin、padding组件样式兼容前缀

  -moz-appearance: none;    // Firefox 40+
  -webkit-appearance: none; // Chrome 45+
  &::-ms-expand {
    display: none;        // Edge 12+, Internet Explorer 11-
  }

前端兼容性

标签:前缀   explorer   bubble   explore   rop   int   and   splay   样式   

原文地址:https://www.cnblogs.com/smzd/p/12321326.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!