问题
Tried all, but media query not working in my Internet Explorer 11. Respond.js can't tickled.
<!--[if lt IE 9]><script type='text/javascript' src="respond.min.js"></script><![endif]-->
I'm using this in css:
@media all and (max-width : 520px) {
The problem seems a very small detail. (from an inexperient programmer) Please, take a minute and check out: www.owlsports.com.br in your IE browser.
回答1:
I don't know exactly what i did, but fixed the problem with http://validator.w3.org/, removing all erros in html5 and css files.
Seens IE don't like some bugs in your code :|
Cheers.
回答2:
try this
@media (max-width: 520px) {
}
来源:https://stackoverflow.com/questions/26108608/media-query-x-ie11