Skip to content Skip to sidebar Skip to footer

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 javascr

Solution 1:

Use the html5shiv.


Solution 2:

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


Post a Comment for "HTML5 Elements CSS & Javascript Interaction In IE8 And Below"