
November 16th, 2012, 08:17 PM
|
 |
JavaScript is not spelt java
|
|
Join Date: Feb 2011
Location: Landan, England
|
|
I understand that this can be troublesome. I would modify the line to use the exact casing (upper and lower-case), even though HTML is not case-sensitive:
Code:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
I suspect, also, that if your page does not validate in some way then IE will default to ignoring your meta tag.
Validate
Otherwise, I would try a different (HTML5) DOCTYPE.
Last edited by AndrewSW : November 16th, 2012 at 08:26 PM.
|