0

我有一個問題ie8不正確顯示網站,它似乎是使用移動樣式而不是瀏覽器。響應WP網站不工作ie8

我有respond.js填充工具加載但看起來喜歡它不工作...

這裏是該網站的在線 http://www.mediacake.net/cake123/ecomore/

原始模板的作品,但IV做出的佈局主要網頁

廣泛的變化

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

如果有人能幫助我將不勝感激

+0

您是否使用了HTML SHIV武力IE來識別你的html5標記爲divs? http://code.google.com/p/html5shiv/ – Ollie 2012-04-20 09:04:23

+0

我以前沒有使用這個,但iv只是添加到標題,沒有任何更改.... – 2012-04-20 09:16:07

回答

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]--> 
+0

這仍然無法正常工作,網站仍然在一團糟! – 2012-04-21 05:55:42