views:

15

answers:

1

Please help me how can I use the media queries for IE browser? I have come across one jquery library: http://plugins.jquery.com/project/MediaQueries but I am unable to download this library.

A: 

Here's the download link: http://plugins.jquery.com/files/jquery.mediaqueries.js_9.txt

The reason for the download link's disappearance was touched upon briefly in the discussion on this question: http://stackoverflow.com/questions/3700022/jquery-plugin-cant-find-download-link

As far as I can tell from the plugin's homepage, the plugin allows this behaviors, which already exists on other browsers, to be used as per normal.

If you want to know more about the use of media queries you can have a look at these documents:

http://reference.sitepoint.com/css/mediaqueries
http://dev.opera.com/articles/view/safe-media-queries/

Yi Jiang
Thank you very much Yi Jiang. I have basic idea about the media queries and have used for the Firefox, chrome and opera browsers. I wanted to try for the IE browser for which I was not able to download the mediaqueries library. Thanks again :)
Amar