06Mar

IE8 compatibility header tag

Wordpress, xHTML

Using a simple meta declaration, we can specify the rendering engine we would like IE8 to use. For example, inserting this:
<meta http-equiv=”X-UA-Compatible” content=”IE=8″ />
into the head of a document would make IE8 render the page using the new standards mode.

Tags: IE8, Windows

No comments | read more »