For this use meta tags:
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7" />
or this
html>
<head>
<!-- Mimic Internet Explorer 8 -->
<title>My Web Page</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
</head>
<body>
<p>Content goes here.</p>
</body>
</html>
Look documentation:
https://msdn.microsoft.com/pt-br/library/windows/desktop/ff966528%28v=vs.85%29.aspx
If the answer was helpful vote