My computer is running Windows 8.1 Pro with IE : 11.0.9600
<!--[if IE 8]>
<script type="text/javascript" src="libs/ie/IE8.js"> </script>
<![endif]-->
<!--[if IE 9]>
<script type="text/javascript" src="libs/ie/IE9.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script type="text/javascript" src="libs/html5shiv/html5shiv.js"></script>
<script type="text/javascript" src="libs/respond/respond.min.js"></script>
<![endif]-->
When I browse in IE using the Development Tools and switch the mode to IE 8, nothing changes!
How do I fix it? Thanks in advance.