You can add header,tell IE11 don’t use the compatibility mode.
if you use the apache,you can use headers_module to fix it.
<IfModule headers_module>
Header set X-UA-Compatible: IE=edge
</IfModule>
But i don’t sure user agent will show ie11 or ie7, try it first.