I made a website with HMTL5, CSS3 and JavaScript. It works on Chrome and Spark but it doesn't work with a CSS file on Internet Explorer.
<!--[if IE]-->
<script src="http:html5shim.googlecode.com/suv/trunk/html5.js"></script>
<![endif-]-->
I did try other ways, but all of them fail.