tjuking / blog

前端知识积累

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

兼容性集合

tjuking opened this issue · comments

commented
  • IE7下input去边框需要使用border: 0border: none不起作用
  • IE7下对块级元素实现inline-block需要做兼容:display: inline-block; *display: inline; *zoom: 1;
  • Firefox reload页面时,input值会自动填充,可添加autocomplete="off"
  • 类Safari浏览器中(Safari以及某些国内浏览器的极速模式),通过内联样式多次设置元素背景图片时,图片不会缓存
  • <img src="">在IE8及以下浏览器中将会请求一次当前页面所在的目录地址,会增加服务器的压力,但是<img>是不会有这样的问题