sydneypcwebdesign usergroupSydney PC Logo

We Meet the third Saturday of each month at the Sydney Mechanics Institute 240 Pitt St Sydney from 2 pm

IE 8 and HTML 5

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.