I recently made a website, and it works fine on all browsers, but on Internet EXplorer, the navigation bar on the gallery sections doesn’t render properly, but on the index.html (home page ) it renders fine. The link to the issue page is http://galant-jeans.x10.mx/dyer_galeri.html
Share
index.htmlincludes Modernizr:dyer_galeri.htmldoes not.Internet Explorer versions less than 9 do not support unknown elements (such as the HTML5 semantic elements you’re using) unless JavaScript is used to add support. Modernizr includes a fix for the problem.
tl;dr: include Modernizr in your gallery page.