Force IE8 Into IE7 Compatiblity Mode

后端 未结 9 2055
深忆病人
深忆病人 2020-11-27 02:35

Is there a way to force IE8 into IE7 compatibility mode using .NET or Javascript?

9条回答
  •  离开以前
    2020-11-27 03:30

    A note to this:

    IE 8.0s emulation only promises to display the page the same. There are subtle differences that might cause functionality to break. I recently had a problem with just that. Where IE 7.0 uses a javascript wrapper-function called "anonymous()" in IE 8.0 the wrapper was named differently.

    So do not expect things like JavaScript to "just work", because you turn on emulation.

提交回复
热议问题