IE 5.5 6 7 8 Browser Testing

0

Posted on : 15-08-2009 | By : Stefan | In : Utilities

Need to check if your fancy CSS will work in IE 5.5 6 7 or 8? The IETester program makes it easy.

Check out http://www.my-debugbar.com/wiki/IETester/HomePage

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″ />