I used the link tag to call the css using media queries but ie8 does not support media query, ie8+ support for the same media query.
<link rel="stylesheet" media="only screen and (min-width: 1200px)" href="something.css" />
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check this out:
https://github.com/scottjehl/Respond
The respond.js polyfill adds media queries support for ie. It loads stylesheets dynamically via silent ajax calls.