IE8 Media queries with respond.js works on localhost not on server

I'm trying to add media queries support to IE8 and as stated in the title, respond.js is working on my local machine but not on the server.

Any idea what the problem might be?

Upvotes: 0

Views: 1000

Answers (1)

dayuloli
dayuloli

Reputation: 17021

I have the respond.js on the head, after the link to the CSS.

You should place respond.js after any inline-CSS as well. A good place to put it would be at the end of body (or just before the closing html tag)

Upvotes: 2

Related Questions