HTML5 and IE compatibility


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!--[if IE]>
  2. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  3. <!--[if lte IE 7]>
  4. <script src="js/IE8.js" type="text/javascript"></script><![endif]-->
  5. <!--[if lt IE 7]>
  6. <link rel="stylesheet" type="text/css" media="all" href="css/ie6.css"/><![endif]-->

URL: http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.