IE8 won't load my CSS
I know this has been asked before, but this case doesn't apply to the
other ones.
Here is the site: link.
Internet Explorer 8 doesn't want to load the stylesheets. I've tried using
Modernizr (although I may be using it wrong). I've tried adding this code
in my head:
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Works fine in everything else, of course.
I'm sure it has something to do with HTML5 and CSS3... Any suggestions?
No comments:
Post a Comment