I’m making a responsive web design in EE and everything works great. However, for the responsiveness to work in older IE versions, I’m using a script called respond.js (https://github.com/scottjehl/Respond). For some reason I can’t get respond.js to work in EE.
I’m guessing it has something to do with this part of the respond.js docs:
Respond.js re-requests the CSS files using Ajax and parses the text response from there. Be sure to configure your CSS files’ caching properly so that this re-request doesn’t actually go to the server.
Is anyone in the know of what that means and how EE handles caching of style sheets?
I’m currently using this code to link to stylesheets:
<link rel="stylesheet" href="{stylesheet=_/screen}" media="all" />Any help is appreciated!