How to get IE to accept HTML 5 code
you need this script
<!--[if IE]>
<script
src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
What this does is tell IE 9 and below that how it
should read the CSS3 and HTML 5 code.