Tuesday, August 17, 2010

How to force the IE8 emulate IE7 feature

Just add this line to the head block of the page.



<head>
<!-- Mimic Internet Explorer 7 -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
<title>My Web Page</title>
</head>

More details:
http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx

No comments:

Post a Comment