[Solved] IE 8 and older not loading CSS [closed]


<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="https://stackoverflow.com/questions/22861118/stylesheet.css">
<![endif]-->

Use an IE8 only stylesheet – this will allow you to change elements or tell the user their browser does not support html5

solved IE 8 and older not loading CSS [closed]