0
Posted on 11:43 AM by prajeesh and filed under ,
Here is the quick fix to solve design breakage problem in IE 8 browser.

<meta content="IE=EmulateIE7?" equiv="X-UA-Compatible"/>
you can add this tag in all web pages you want to fix temporarily, but i recommend you manually fix the errors later as IE8 is going to be a leading browser using full power of css 3.0.
or you can also use following tag to fix in all popular browsers
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<meta http-equiv="X-UA-Compatible" content="IE=8;FF=3;Opera=9;Konqueror=3;Safari=3" /> Shout it kick it on DotNetKicks.com
0
Responses to ... How to fix design breakage problem in IE8