Website display issues in Internet Explorer 8?

Stationery Direct

Administrator
Staff member
If your website has display issues in Internet Explorer 8 and you don't want to employ somebody to fix the problems. Add the following code just beneath your <head> tag on EVERY page, basically it just emulates IE7, sorted! :icon_smile:

PHP:
<!-- Use IE7 mode -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

Obviously if your website has issues in IE7 then you're out of luck :icon_biggrin:
 
Back
Top