Force IE8 to compatability mode IE7

0

Posted on : 15-08-2009 | By : Stefan | In : CSS, HTML

If you found this post then Microsoft Internet Explorer 8 has probably broken your website. All that nice CSS work has been ruined.

A solution is to force IE8 to run in compatability mode of IE7.

<meta http-equiv=”X-UA-Compatible” content=”IE=7″ />

Post a comment