在程序中使用了MENU控件,但是在IE8下却不能正常显示,有谁知道怎么解决呀?
谢谢!
5 回答
青春有我
TA贡献1784条经验 获得超8个赞
web.config :
<system.webServer>
<!-- 設置整個網站,用戶以 IE 8 瀏覽時,以相容於舊版 IE 7 的模式運作,避免如 Menu 控件在 IE 8 會有無法使用的情形 -->
<httpProtocol>
<customHeaders>
<clear/>
<add name="X-UA-Compatible" value="IE=EmulateIE7"/>
</customHeaders>
</httpProtocol>
- 5 回答
- 0 关注
- 315 浏览
添加回答
举报
0/150
提交
取消