I can't find anything about this on the internet, so I'm looking for help here:
For some technical reasons I try to force IE9 into IE8 rendering mode, using the following meta tag as the first line right after <head>
:
<meta content="IE=8" http-equiv="X-UA-Compatible">
For some reason all the IE9s in our office just render IE9 style, no matter what I try. When I look into the DevTool (F12) from IE9, it shows me that IE8 is the "page default", but it still sticks to the rendering mode set in the DevTools. There is no way to influence that. We even did a delete and re-install of IE9, because we thought somehow once you use the DevTool setting for rendering mode, IE9 sticks to that forever...
This is not about the reasoning about forcing IE9 into any other mode. In this special case it is our preferred choice.
What's driving me mad is that IE9 should respect the meta tag according to all the information I read out there, but for some weird reason our IE9s don't care about it.
Has anybody out there any idea on what could prevent IE9 from behaving like IE8?
Best regards, Roman.