javascript - html5boilerplate and IE8 -
i have built responsive website on asp.net dotnetnuke installation, using css-media queres , html5boilerplate web page template.
while html5boilerplate supposed render html5 support older browsers (ie8), have found doing opposite! site seems load fine on ie9, chrome, firefox, etc.. littered javascript errors , when loaded in ie8.
i guess question simple. can confirm have correctly set html5boilerplate on website? if so, why ie8 going crazy?
also, willing inspect homepage in ie8, , see if can point me in right direction begin troubleshooting why site breaking?
you can view issue in action @ http://www.yandasmusic.com
at first glance looks modernizr script isn't loading properly. have following linked in <head>
?
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
when downloaded bootstrap folder html5boilerplate there should have been js folder - if copied js folder own website, should have following vender folder modernizr script, makes website more compatible under ie9.
update
tried finding following:
http://www.yandasmusic.com/portals/_default/skins/yandas-response/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js
but returned 404 error - because forbidden accessing folders, should double check , make sure works.
Comments
Post a Comment