Community Documentation

Respond.js not working

Last updated December 12, 2012. Created by gaele on December 12, 2012.
Log in to edit this page.

Respond.js provides IE 6-8 support for min-width and max-width CSS3 media queries.

Respond.js only works on <link> tags; it will not work on @import stylesheet calls. Drupal 7 uses @import when CSS aggregation is disabled, but uses <link> when CSS aggregation is enabled.

So go to /admin/config/development/performance, and enable Aggregate and compress CSS files.

About this page

Audience
Designers/themers
Drupal’s online documentation is © 2000-2013 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.