views:

97

answers:

1

I want IE8 to render my site without compatibility mode, the site runs on our company intranet.

Is there a way to to this without sending out a GP update.

I've tried <meta http-equiv="X-UA-Compatible" content="IE=8"/> in the header and the document type is <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;.

any ideas?

A: 

Does the document actually validate as XHTML1 Transitional? The rendering mode selection is quite complicated in IE8, see the algorithm at http://hsivonen.iki.fi/doctype/#ie8modes

Piskvor
citation-needed
hsivonen
@hsivonen: you are correct, it's more complicated than I thought
Piskvor