Force Browser Mode=IE8 and document mode=IE8 Standards

前端 未结 2 980
刺人心
刺人心 2020-12-14 10:18

I have a internal website hosted on IIS. I added the following meta code and also add http-header that the page should in IE8 Browser mode and document mode.



        
相关标签:
2条回答
  • 2020-12-14 10:32

    its still opening in "Compat View " Mode but in its works, no differences in UI aftert adding

    <meta http-equiv="X-UA-Compatible" content="IE=8" > 
    

    script

    0 讨论(0)
  • 2020-12-14 10:47

    We found it was caused by the checkbox in "Compatibility view settings" - "Display intranet sites in Compatibility View".

    It works well after uncheck the box.

    PS. Is it true that "localhost" is excluded from intranet sites?

    0 讨论(0)
提交回复
热议问题