You can tell to IE8 to render a page like IE7 by adding a special META tag in the HEAD section.
<html> <head> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/> </head> <body>Renders the same in IE8 as it did in IE7</body> </html>
ref : http://msdn.microsoft.com/en-us/library/cc817570.aspx
Written and compiled by Réal Gagnon ©1998-2012
[ home ]