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.
Need to check if your fancy CSS will work in IE 5.5 6 7 or 8? The IETester program makes it easy.
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″ />
0