Force IE8 Into IE7 Compatiblity Mode

cross-browserinternet explorerinternet-explorer-7internet-explorer-8

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

Best Answer

If you add this to your meta tags:

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

IE8 will render the page like IE7.