Jump to content

left side categories menu is not styled in ie8


jim9

Recommended Posts

Internet Explorer 8 and under need HTML 5 elements to be created with Javascript before they can be used. You need a script at the beginning of the page creating an instance of all the elements you're going to use on the page:

document.createElement("header");document.createElement("article");document.createElement("footer");

There are some scripts available online that have all the HTML 5 elements already declared for you.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...