I use media-queries for responsive design on my website, and uses respond.js to ensure it works in browsers that don't support media queries. But when I tested it on IE8, it didn't work.
From other Q&A, I have ensured that I:
- place the respond.js script after the CSS
- it is ran on a server and not locally with a
file://
protocol - Avoided any cross-browser issues
- Made sure my include path is correct(!)
But none solved the issue.