I'm wondering what triggers the IE 7 Compatibility View Document Mode in IE 8. I enhanced some website, but I get Stuck in the IE 7 view. I assume it has something to do with Javascript, but what could be the causes? In IE9 + everything renders fine.
Asked
Active
Viewed 104 times
0
-
A [dup](http://stackoverflow.com/a/13287226/1169519)? – Teemu Jul 20 '13 at 09:55
1 Answers
0
It seems you're looking for X-UA-Compatible
<!-- Force IE to use the latest version of its rendering engine -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
-
This just forces the IE 8 Document Mode. But it seems that someone there is broken. – Martin Lechner Jul 20 '13 at 12:50