Just reminding, that you can still force internal IE preview to use rendering mode you want 'manually' using explicit [url=http://msdn.microsoft.com/en-us/library/jj676915(v=vs.85).aspx#dcmodes]docu ment mode[/url] in meta element.
<meta http-equiv="x-ua-compatible" content="IE=edge" /> <meta http-equiv="x-ua-compatible" content="IE=9" /> <meta http-equiv="x-ua-compatible" content="IE=8" /> <meta http-equiv="x-ua-compatible" content="IE=7" /> <meta http-equiv="x-ua-compatible" content="IE=EmulateIE9" /> <meta http-equiv="x-ua-compatible" content="IE=EmulateIE8" /> <meta http-equiv="x-ua-compatible" content="IE=EmulateIE7" /> <meta http-equiv="x-ua-compatible" content="IE=Chrome=1" /> Most likely the first one will be most usable for you, since it will ensure the newest available engine will be used. Last one is just for completeness, Google Chrome Frame (viz http://www.google.com/chromeframe ) is dying and I am not sure how it would behave in internal preview. You can include this meta into your \Template\Default.html and/or (if you haven't done it already) you may extend your \Context\HTML.DEF with something like [xua | x-ua-compatible meta ] <meta http-equiv="X-UA-Compatible" %xua% /> ; ... [Macro definition] ... %xua%=@C x-ua-compatible=,content=,IE=Edge,IE=Edge;IE=9;IE=8;IE=7;IE=5;IE=EmulateIE9;IE=E mulateIE8;IE=EmulateIE7;Chrome=1," -- <http://forum.pspad.com/read.php?2,57966,61050> PSPad freeware editor http://www.pspad.com
