Skip to content

Instantly share code, notes, and snippets.

@jensgro
Created June 16, 2011 21:27
Show Gist options
  • Save jensgro/1030324 to your computer and use it in GitHub Desktop.
Save jensgro/1030324 to your computer and use it in GitHub Desktop.
HTML5-Elemente für IE bis Version 8 "anmelden"
<script>
//http://www.hagenburger.net/BLOG/Simple-HTML5-Fix-for-IE.html
for(var e,l='article aside footer header nav section time'.split(' ');e=l.pop();document.createElement(e))
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment