Media Query x IE11 [closed]

一世执手 提交于 2019-12-11 20:57:50

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!