Search code examples
compatibilityie-developer-toolsinternet-explorer-8ie8-browser-mode

Trouble setting IE8 browser mode to IE7


Inspite of putting the following meta tag I am not getting the expected result:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >

I open the developer tool window. In the same bar where the menu appears there is an item called Browser Mode: it still shows IE 8 by default. Even doing document.documentMode in the console window shows "8". Am I doing anything wrong?


Solution

  • That meta tag MUST be the first thing after the beginning head tag or it wont work... (before all other meta tags etc.)