前端兼容 IE8 以上

本文为自己的总结以及转载,

1、HTML5 标签兼容性解决:

     html5shiv.js 可以解决 IE6-8 浏览器兼容 HTML5 语义化标签

     使用方法:在页面中引用 html5shiv.js 文件,必须写在 <head> 元素内,不能写在页面底部

     demo地址:https://github.com/aFarkas/html5shiv/

    

猜你喜欢

转载自blog.csdn.net/yuelinana/article/details/79612871