This is the standard visual file to test the respond.js polyfill with IE browsers 8, 7 and 6. An image, an external stylesheet (generating a silver border), the main stylesheet (with mediaqueries) and the polyfill javascript are hosted at the origin website, an Amazon S3 bucket.
The present respond javascript is version 1.1.0 from January 30, 2012. The javascript is specified with type="application/javascript"
Results :
IE8 : KO
IE7 : KO
IE6 : KO
The type="application/javascript" is not recognized by IE8, IE7 and IE6; type="text/javascripted" is requested.

Sara

The media queries in the included CSS file simply change the body's background color depending on the browser width. If you see any colors aside from black, then the media queries are working in your browser. You can resize your browser window to see it change on the fly.