0

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.

Martin Lechner
  • 187
  • 2
  • 13

1 Answers1

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">
Rob W
  • 341,306
  • 83
  • 791
  • 678
Praveen
  • 55,303
  • 33
  • 133
  • 164