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">
.
any ideas?