internet explorer 9 - How do I stop IE9 automatically going into compatibility mode? -



internet explorer 9 - How do I stop IE9 automatically going into compatibility mode? -

i've been working on few hours , still no joy. i'm working on ie9.

i have:

<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">

i have document mode on ie8 set by:

<meta http-equiv="x-ua-compatible" content="ie=emulateie8">

this resultsin ie8 document mode (good) results in browser mode automatically going compatibility mode mucks website up.

what need alter stop ie9 defaulting compatibility mode when loading page visitor?

use meta tag whit way:

<meta http-equiv="x-ua-compatible" content="ie=8" >

ie=emulateie7. specify ie=5, ie=7, ie=8, or ie=9

http://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx

internet-explorer-9

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -