Emulating IE7 in place of IE8

September 27, 2010

Sometimes fed up of all the issues over correcting the compatibility of Internet Explorer on multiple browsers we are to hang up with our incomplete work. A good solution to make the things work is to have the browsers emulated and by default make our website open with a single browser that we require the site to open wit. So here is a the code you need to add for making your website open by default with IE7 rather than IE8,

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

Hey but do remember, do not make this a permanent solution, have this as a solution until you fix all the compatibility bugs over IE8.