web.config :
<system.webServer>
<!-- 設置整個網站,用戶以 IE 8 瀏覽時,以相容於舊版 IE 7 的模式運作,避免如 Menu 控件在 IE 8 會有無法使用的情形 -->
<httpProtocol>
<customHeaders>
<clear/>
<add name="X-UA-Compatible" value="IE=EmulateIE7"/>
</customHeaders>
</httpProtocol>
IE8,设置兼容模式。
回楼上,调整兼容模式是在欺骗自己吗。