使IE支持html5标签/使IE支持css3/样式

在<header></header>标签中添加如下代码:

使IE支持html5标签

<!--[if lt IE 9]>
           <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
        <![endif]-->

使IE支持css3/样式

<!--[if lt IE 9]>

    <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>

<![endif]-->

猜你喜欢

转载自blog.csdn.net/leng0920/article/details/82743743
今日推荐