<metahttp-equiv="X-UA-Compatible"content="IE=edge" /><!-- IE: force rendering mode to latest available standard -->>
Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II) - ban but and not
From: | FoxInCloud support |
To: | Tuvia Vinitsky |
<metahttp-equiv="X-UA-Compatible"content="IE=edge" /><!-- IE: force rendering mode to latest available standard -->>
I know I was the one that brouight to your attention the incompatibilities in CSS with IE8, but now by adding:
<meta http-equiv="x-ua-compatible" content="IE=8" /> <!-- IE8: force rendering mode to IE8 -->
we have a different problem: none of the CSS3, rounded borders etc, will work in IE9/10 because the rendering mode is forced to IE8.
My understanding is that it is possible to cmbine something like:
<meta http-equiv="x-ua-compatible" content="IE=9;IE=8" />
What's the story?
Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II) - ban but and not