Respond.js is a fast & lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more).
A fast & lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more)
The goal of this script is to provide a fast and lightweight (3kb minified / 1kb gzipped) script to enable responsive web designs in browsers that don't support CSS3 Media Queries - in particular, Internet Explorer 8 and under. It's written in such a way that it will probably patch support for other non-supporting browsers as well (more information on that soon).
If you're unfamiliar with the concepts surrounding Responsive Web Design, you can read up here and also here
@media screen and (min-width: 480px){
...styles for 480px and up go here
}/*/mediaquery*/
Requires: 3.0 or higher
Compatible up to: 3.3.2
Last Updated: 2012-2-3
Downloads: 4,046
Got something to say? Need help?