Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS Nav showing as unstyled list in IE 6-8 Re: CSS Nav showing as unstyled list in IE 6-8

#93643
TheDoc
Member

You are using HTML5 elements but IE6-8 doesn’t know how to handle them. You need to be using this; http://code.google.com/p/html5shiv/

And make sure to do an HTML5 reset to make the new elements (header, article, nav, etc) display: block.