treehouse : what would you like to learn today?
Web Design Web Development iOS Development

respond.js for CSS media queries

  • went to github, and checked out respond.js, demo worked fine on IE8, no problem with Chrome or FF.

    downloaded the code, ran test html on IE8, no go, media queries do not work with IE8, the html test code just does not work the same as the demo code on the same pc.

    anyone get respond.js test html included in the download working in IE8?? what is different between the online demo code and the download html test code?

    would like to revamp the web site I look after for the newer smaller screen sizes but running into this problem with IE8. IE8 is the most popular browser version used on this website, so anything like this needs to work with IE8.

    Al
  • apparently respond.js must be run on a web server, it will not run locally, this was noted in the github documentation

    Al