Skip to content Skip to sidebar Skip to footer

Respond.js Not Working Ie8 - Even On Web Server

I'm trying to use/ mock media queries in IE8 using respond.js I have the attached code all set-up to run under localhost in IIS (just a plain and simple static site). Everything wo

Solution 1:

<scriptsrc="/js/respond.min.js"></script>

Should have been

<scriptsrc="js/respond.min.js"></script>

Note I have removed the preceeding "/"

I am now "fist pumping" the air as I have media queries in IE 8.

Thanks for your time. I hope this helps!

Post a Comment for "Respond.js Not Working Ie8 - Even On Web Server"