2012年10月2日 星期二

[Javascript].carousel not sliding in ie9

有一個專案, 使用了 jQuery carousel 元件, 但在 IE9 的情況下, 顯示會有異常, 解決方法如下, 在 <head> 區塊裡, 增加 <meta> tag 即可.

<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
or
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>

or the HTTP header:
X-UA-Compatible: IE=Edge



增加 tag 後的畫面:
說明: 增加 tag 之後, IE9 會自動啟動相容性檢視, 就可以正常看到 carousel 元件的圖示.



相關文章:

carousel not sliding in ie9 intranet (2.02)
https://github.com/twitter/bootstrap/issues/2726

Why does IE9 switch to compatibility mode on my website?
http://stackoverflow.com/questions/3726357/why-does-ie9-switch-to-compatibility-mode-on-my-website

沒有留言:

張貼留言

Facebook 留言板