Force IE8 Into IE7 Compatiblity Mode

后端 未结 9 2093
深忆病人
深忆病人 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:25

    my code has this tag

    meta http-equiv="X-UA-Compatible" content="IE=7" />

    is there a way where i can skip this tag and yet layouts get displayed well and fine using that tag the display will work upto IE 7 but i want to run it wel in further versions...

提交回复
热议问题