Friday, September 9, 2011

HTML5 :: Work in IE8


HTML5 tags dont work on IE, to make it work include the lines below in the <head>

<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->;

No comments:

Post a Comment