0

我遇到了 ie8 无法正确显示网站的问题,它似乎使用的是移动样式而不是浏览器样式。

我有 response.js polyfill 加载,但看起来它不起作用......

这是在线网站 http://www.mediacake.net/cake123/ecomore/

原始模板有效,但 iv 对布局进行了广泛的更改,主要是主页

http://demo2.woothemes.com/?name=shelflife

如果有人可以帮助我将不胜感激

4

1 回答 1

0

您的页面有以下...

<!--[if lt IE 8]>
<script src="http://www.mediacake.net/cake123/ecomore/wp-content/themes/shelflife/includes/js/respond-IE.js"></script>
<![endif]-->

如果你想让它在 IE8 中工作,它看起来不应该更像......

<!--[if lt IE 9]>
<script src="http://www.mediacake.net/cake123/ecomore/wp-content/themes/shelflife/includes/js/respond-IE.js"></script>
<![endif]-->
于 2012-04-20T23:06:08.120 回答