• I should make a list for those of us not going to SXSW. That way I can just filter it out by following only that list.
    You should follow me on twitter here

Meta Declaration for IE8

As you may know by now, IE8 was launched on 3/19. To protect my sites and the sites of my clients from breaking with the way IE8 renders, I’m using the following meta declaration:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

This essentially tells IE8 to render the page as if its IE7. Simple. I don’t have to make any adjustments to the css.

Beyond DOCTYPE: Web Standards, Forward Compatibility, and IE8
Recap of Compatibility View

Leave a Reply