0

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.

dashtinejad
  • 6,193
  • 4
  • 28
  • 44
marcelo
  • 33
  • 8

2 Answers2

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.

marcelo
  • 33
  • 8
-2

try this

@media (max-width: 520px) {

}
Bugaloo
  • 1,671
  • 3
  • 16
  • 21