Why does the following media query work in Google Chrome (23.0), Firefox (16.0.2) and IE9 browsers but not in IE8?
@media all and (min-width:720px){
/* relevant css in here */
}
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.
IE8 doesn’t support media queries, you’ll need to use a javascript library like Respond.js if you want that functionality in older browsers