HTML https://www.jarnvid.com/developments/html 2025-08-31T04:30:41+08:00 Jarnvid no-reply@jarnvid.com Joomla! - Open Source Content Management Fix HTML Broken in IE Compatibility View 2015-05-07T04:29:39+08:00 2015-05-07T04:29:39+08:00 https://www.jarnvid.com/developments/html/6-fix-html-broken-in-ie-compatibility-view Oscar oscar.lei@jarnvid.com <h1>Issue Description</h1> <p>IE default will using Compatibility View for internal website. But it will always make HTML5 or update version website broken.</p> <p>There is three way for fixed this IE issue.</p> <h3>HTML Header</h3> <p>&lt;!--[if IE]&gt;&lt;meta http-equiv="X-UA-Compatible" content="IE=edge" /&gt;&lt;![endif]--&gt;</p> <h3>Using .htaccess</h3> <p>&lt;IfModule headers_module&gt;<br />    Header set X-UA-Compatible: IE=edge<br />&lt;/IfModule&gt;</p> <h3>PHP Header</h3> <p>header('X-UA-Compatible: IE=edge');</p> <h1>Description</h1> <h3>IE=5</h3> <p>Renders content in IE5 standards mode (aka Quirks mode)</p> <h3>IE=7</h3> <p>Renders content IE7's standards mode ignoring the &lt;!DOCTYPE&gt; directive.</p> <h3>IE=EmulateIE7</h3> <p>Use the &lt;!DOCTYPE&gt; directive to determine how to render the content</p> <h3>IE=8</h3> <p>Renders content in IE8 standards mode</p> <h3>IE=edge</h3> <p>Renders content in highest mode available… equal to IE=8  if the page is browsed with IE8.</p> <h3>IE=EmulateIE8</h3> <p>Display Standards DOCTYPEs in IE8 Standards mode; Display Quirks DOCTYPEs in Quirks mode.<br />Use this tag to override compatibility view on client machines and force Standards to IE8 Standards.</p> <h1>Solve This Issue by Toolkit</h1> <p>This is NOT a good way for the solution, but some time we haven't any other choose.</p> <p>This Plugins is prower by Google but it is out of the life cycle and Google have been stop support for it.</p> <h4>Name of Toolkit</h4> <p>Google Chrome Frame Standalone Enterprise</p> <h4>Backup Link</h4> <p><a href="https://www.jarnvid.com/tools.jarnvid.com/toolkit/GoogleChromeframeStandaloneEnterprise.zip">tools.jarnvid.com/toolkit/GoogleChromeframeStandaloneEnterprise.zip</a></p> <p> </p> <h1>Issue Description</h1> <p>IE default will using Compatibility View for internal website. But it will always make HTML5 or update version website broken.</p> <p>There is three way for fixed this IE issue.</p> <h3>HTML Header</h3> <p>&lt;!--[if IE]&gt;&lt;meta http-equiv="X-UA-Compatible" content="IE=edge" /&gt;&lt;![endif]--&gt;</p> <h3>Using .htaccess</h3> <p>&lt;IfModule headers_module&gt;<br />    Header set X-UA-Compatible: IE=edge<br />&lt;/IfModule&gt;</p> <h3>PHP Header</h3> <p>header('X-UA-Compatible: IE=edge');</p> <h1>Description</h1> <h3>IE=5</h3> <p>Renders content in IE5 standards mode (aka Quirks mode)</p> <h3>IE=7</h3> <p>Renders content IE7's standards mode ignoring the &lt;!DOCTYPE&gt; directive.</p> <h3>IE=EmulateIE7</h3> <p>Use the &lt;!DOCTYPE&gt; directive to determine how to render the content</p> <h3>IE=8</h3> <p>Renders content in IE8 standards mode</p> <h3>IE=edge</h3> <p>Renders content in highest mode available… equal to IE=8  if the page is browsed with IE8.</p> <h3>IE=EmulateIE8</h3> <p>Display Standards DOCTYPEs in IE8 Standards mode; Display Quirks DOCTYPEs in Quirks mode.<br />Use this tag to override compatibility view on client machines and force Standards to IE8 Standards.</p> <h1>Solve This Issue by Toolkit</h1> <p>This is NOT a good way for the solution, but some time we haven't any other choose.</p> <p>This Plugins is prower by Google but it is out of the life cycle and Google have been stop support for it.</p> <h4>Name of Toolkit</h4> <p>Google Chrome Frame Standalone Enterprise</p> <h4>Backup Link</h4> <p><a href="https://www.jarnvid.com/tools.jarnvid.com/toolkit/GoogleChromeframeStandaloneEnterprise.zip">tools.jarnvid.com/toolkit/GoogleChromeframeStandaloneEnterprise.zip</a></p> <p> </p>