我有一个问题,ie8没有正确显示网站,似乎是使用移动样式而不是浏览器。
我有response.js polyfill loading但看起来好像不能正常工作......
这是该网站的在线 http://www.mediacake.net/cake123/ecomore/
原始模板有效但主要是对主页的布局进行了大量修改
http://demo2.woothemes.com/?name=shelflife
如果有人可以提供帮助,我将不胜感激
答案 0 :(得分: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]-->