【发布时间】:2014-04-16 21:15:47
【问题描述】:
我试图让我在 html5 中做的网页在 ie8 中工作,但它看起来到处都是。
它在 ie9+、chrome 和 firefox 中完美运行。
我尝试在css之前的head部分添加html5.js,但还是不行
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
网页在这里供您测试:
【问题讨论】:
-
在你的 css 加载后尝试粘贴它,但仍然在头部。
-
@cab 我试过了,但还是不行,谢谢
-
放回原处看看我的回答
标签: html internet-explorer-8 cross-browser