[TYPO3-english] Standards Mode - IE8 Fluid

Tom Warwick tom.warwick at typo3.org
Tue Nov 19 10:52:38 CET 2013


Hi Everyone,

Working on a intranet based project, I need to force IE8 into standards mode. So far i've tried:

meta.X-UA-Compatible = IE=edge,chrome=1
meta.X-UA-Compatible.httpEquivalent = 1

The TS above doesn't work at all.

page.headerData.20 = TEXT
page.headerData.20.value (
<meta http-equiv="X-UA-Compatible" content="IE=8" />
)

This one does work, but appears too far down the <head> to take effect.

How can I get <meta http-equiv="X-UA-Compatible" content="IE=8" /> to display at the very top of my <hea>


More information about the TYPO3-english mailing list