IE 8: X-UA-Compatible doesn´t work?

I have been designing a page which works well with Firefox and IE 7 (I had to use conditional comments for IE 7). But whehn I tested it with IE 8 it doesn´t look that good anymore. If i open the developer tools and set the compatibility mode to Strict (Internet Explorer 7), it works though.

But now I don´t have the time to make the necessary CSS changes, so I added the new meta tag:
<meta http-equiv="X-UA-Compatible" content="IE=7" />

Done! Or, is it? Well, apparently it´s just ignored. I still se the page in standards mode, doh!

Am I doing it wrong (guess not), or is it just a bug in IE 8?

 

17 Comments

Comments have been disabled for this content.