IE default will using Compatibility View for internal website. But it will always make HTML5 or update version website broken.
There is three way for fixed this IE issue.
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<IfModule headers_module>
Header set X-UA-Compatible: IE=edge
</IfModule>
header('X-UA-Compatible: IE=edge');
Renders content in IE5 standards mode (aka Quirks mode)
Renders content IE7's standards mode ignoring the <!DOCTYPE> directive.
Use the <!DOCTYPE> directive to determine how to render the content
Renders content in IE8 standards mode
Renders content in highest mode available… equal to IE=8 if the page is browsed with IE8.
Display Standards DOCTYPEs in IE8 Standards mode; Display Quirks DOCTYPEs in Quirks mode.
Use this tag to override compatibility view on client machines and force Standards to IE8 Standards.
This is NOT a good way for the solution, but some time we haven't any other choose.
This Plugins is prower by Google but it is out of the life cycle and Google have been stop support for it.
Google Chrome Frame Standalone Enterprise
tools.jarnvid.com/toolkit/GoogleChromeframeStandaloneEnterprise.zip