You are here: Home » Archives for IE
Internet Explorer 8 (IE8) compatibility view mode
Everybody knows that Internet Explorer can be a bitch... And so for IE8!
For the scripts who do not work right yet on IE8 there is a way to put IE8 in compatibility mode so you can view the website in a IE7 sorta like environment.
In PHP you have to send the following header, my advice is to add it to your first index file if you handle everything through this index.
<?php header('X-UA-Compatible: IE=EmulateIE7'); ?>
Or you can add a header in the HTML head with a meta tag.
Add this right after the <head> tag:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
In the same way specify IE=5, IE=7, or IE=8 to select one of those compatibility modes. A complete table is given below.
I hope this makes your life with Internet Explorer a bit easier!
Ps. If you want to break this feature, you could use something like this to force IE to always be compatible:
<?php header('X-UA-Compatible: IE=100'); ?>
My Love & Me

Donate
Social Links
Lifestream
-
Committed to mariusvw/tools.— August 24th via GitHub
-
Committed to mariusvw/tools.— August 24th via GitHub
Random Quote
We are all born mad. Some remain so.
Categories
- Animals (14)
- Cars (8)
- Clothing (1)
- Computers (30)
- Development (68)
- Events (11)
- Food (1)
- FreeBSD (34)
- Funnies (27)
- Games (1)
- Garden (7)
- Home (38)
- Internet (20)
- iPhone (14)
- Linux (3)
- Living (20)
- Mac OS X (25)
- Music (26)
- Music Portals (3)
- Nature (10)
- News (1)
- Shops (2)
- Travel (7)
- Windows (3)
- Work (35)
Tags
Archives
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- April 2008
- March 2008
- January 2008















Conditional comments for Microsoft Internet Explorer
Conditional comments only work in Explorer on Windows, and are thus excellently suited to give special instructions meant only for Explorer on Windows. They are supported from Explorer 5 onwards, and it is even possible to distinguish between IE5.0, IE5.5, IE6.0, IE7.0 and IE8.0.
My opinion, lose Internet Explorer
Note the special syntax:
I hope you will be able to fix things more easy with Internet Fucking Explorer