使用HTML5Shiv
越來越多的站點開始使用 HTML5 標簽。但情況是還有很多人在使用IE6,IE7,IE8。為了讓所有網站瀏覽者都能正常的訪問網站,html5shiv出現了。
獲得地址:
http://www.bootcdn.cn/html5shiv/
https://github.com/aFarkas/html5shiv/
使用方法:在head區域添加如下代碼
<!--[if lt IE 9]> <script src="js/html5shiv.js"></script><![endif]-->