美文网首页
IE9 以下版本浏览器兼容HTML5的方法,使用的静态资源的ht

IE9 以下版本浏览器兼容HTML5的方法,使用的静态资源的ht

作者: 杨二哥 | 来源:发表于2019-06-28 07:00 被阅读0次

    IE9 以下版本浏览器兼容HTML5的方法,使用的静态资源的html5shiv包:

    <!--[if lt IE9]>   <script src="http://cdn.static.runoob.com/libs/html5shiv/3.7/html5shiv.min.js"></script><![ endif]>-->

    载入后,初始化新标签的CSS:

    /*html5*/ article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

    相关文章

      网友评论

          本文标题:IE9 以下版本浏览器兼容HTML5的方法,使用的静态资源的ht

          本文链接:https://www.haomeiwen.com/subject/toyjcctx.html