兼容性问题小总结

1.透明度问题:
兼容写法 filter:alpha(opacity=100);

2.滚动事件scroll:

$(window).scroll(function(){})

document的话ie8不好用

3.border-radius问题:
ie9以下不支持,需要切背景图

4.图片问题:
父级有背景色的图片都要切成png,img{border-style:none;}

5.锚点问题:
ie8失效,<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

猜你喜欢

转载自blog.csdn.net/zhangbw2016/article/details/73871575