遇到的问题:
1.不兼容html5标签,如header、footer等;
2.不能识别first-child、last-child、nth-child;
3.removeAttr()无法删除属性;
4.swiper不能兼容;
建议:
1.在做项目前先确定是否要兼容ie8,否则后期改起来比较麻烦;
2.尽量避免使用伪类;
参考链接:
1.解决IE8下CSS3选择器 :nth-child() 不兼容的问题
2.完美解决IE(IE6/IE7/IE8)不兼容HTML5标签的问题
3.浏览器兼容问题