Reputation: 3444
I am experiencing some issues developing with html5 elements (NAV,SECTION,ARTICLE, etc) under IE8 and below. Simply said I cannot seem to do anything with these elements in javascript or css.
Is there a workaround for this or do I have to convert my entire layout to DIV's again?
Thank you
NOTE:
It seems that this only goes for elements that are added after the page is loaded.
Upvotes: 0
Views: 450
Reputation: 52523
Use the script downloaded at http://modernizr.com. You can access everything with JS and CSS.
Upvotes: 1