1
I’m using the following media queries, Chrome is all ok. What are the right properties for the latest version of IE?
@media(min-width:320px) { }
@media(min-width:480px) { }
@media(min-width:600px) { }
@media(min-width:768px) { }
@media(min-width:991px) { }
What version of Internet Explorer did you use to test?
– Tony
The most current ie 2014
– ndroid
Tell me if you solve: <meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
– Tony
@Tony didn’t get any results
– ndroid
know another method? I am looking for and nothing
– ndroid
The Compatibility Mode this asset?
– Lucio Rubens
If you’re using IE 10, try this and tell me if it worked for me to then elaborate a better answer: @media screen and (-ms-high-Contrast: active), (-ms-high-Contrast: None) { } Then put your stuff here: @-ms-viewport { width:device-width; zoom:1.0; }
– Raul Sena Ferreira