Skip to content

Instantly share code, notes, and snippets.

@sneeu
Created January 16, 2009 15:03
Show Gist options
  • Save sneeu/47949 to your computer and use it in GitHub Desktop.
Save sneeu/47949 to your computer and use it in GitHub Desktop.
Enable styles of new HTML5 elements in IE6 & 7.
(function(){var e=['section','article','aside','header','footer','nav','dialog','figure'];for(var i=0;i<e.length;i++)document.createElement(e[i])})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment