1. 程式人生 > >使IE支援html5標籤/使IE支援css3/樣式

使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]-->