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
Post a Comment