[css-d] CSS3 media queries

2010-09-30 Thread Bernat Lleonart
Hello, I'm using CSS3 media queries on a site, and I'd like them to work on IE8 and older browsers. I've read about css3-mediaqueries-js (http://code.google.com/p/css3-mediaqueries-js/), but I don't know how to use the script. I'm including this on my main.css: @media (max-width: 500px) {

Re: [css-d] CSS3 media queries

2010-09-30 Thread David Laakso
On 9/30/10 4:46 AM, Bernat Lleonart wrote: I'm using CSS3 media queries on a site, and I'd like them to work on IE8 and older browsers. I've read about css3-mediaqueries-js (http://code.google.com/p/css3-mediaqueries-js/), but I don't know how to use the script. I'm including this on my