<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> Where it should be place in <head> to render document as IE7 properly in IE8?
<meta http-equiv=X-UA-Compatible content=IE=EmulateIE7 /> Where it should be place in <head> to render document
Share
Seeing as this meta tag changes the way the document is rendered, and could cause visual changes, I would apply the same rule as that for the
content-typeheader, which isas early in the
<head>as possible.From the W3C encoding specs: