在程序中使用了MENU控件,但是在IE8下卻不能正常顯示,有誰知道怎么解決呀?
謝謝!
5 回答

青春有我
TA貢獻(xiàn)1784條經(jīng)驗 獲得超8個贊
web.config :
<system.webServer>
??? ??? <!-- 設(shè)置整個網(wǎng)站,用戶以 IE 8 瀏覽時,以相容於舊版 IE 7 的模式運作,避免如 Menu 控件在 IE 8 會有無法使用的情形 -->
??? ??? <httpProtocol>
??? ??? ??? <customHeaders>
??? ??? ??? ??? <clear/>
??? ??? ??? ??? <add name="X-UA-Compatible" value="IE=EmulateIE7"/>
??? ??? ??? </customHeaders>
??? ??? </httpProtocol>
- 5 回答
- 0 關(guān)注
- 339 瀏覽
添加回答
舉報
0/150
提交
取消