Naatan
Naatan

Reputation: 3444

HTML5 elements CSS & Javascript interaction in IE8 and below

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

Answers (2)

Jason
Jason

Reputation: 52523

Use the script downloaded at http://modernizr.com. You can access everything with JS and CSS.

Upvotes: 1

Stefan Kendall
Stefan Kendall

Reputation: 67832

Use the html5shiv.

Upvotes: 1

Related Questions