I am trying to create my very first HTML5 website and I am having problems trying to get it to work in IE.
I have tried modernizr and html5 shiv and I cannot get either to render my webpage properly.
Here is a link to the website
As you can see when you load the page nothing appears in Internet Explorer 8
Has anyone got any ideas as to why I cannot get my javascript to create the document elements for IE?
edit:
I just got rid of the shiv completely and added this code
This seemed to fix this problem for all versions of IE except for IE7Code:<script>document.createElement("header")</script> <script>document.createElement("nav")</script> <script>document.createElement("article")</script> <script>document.createElement("figure")</script> <script>document.createElement("footer")</script>
Anyone know how I can tweak this to get it to work for IE7? This is the second most popular version of IE for this website and I have to support it.






)





Bookmarks