HTML5 Boilerplate + Media Queries not working in IE8?
问题 Since Boilerplate has respond.js built-in, it should in theory be able to support following css: @media only screen and (max-height: 580px){.rnd-class{:height:200px !important;}} In FF and Chrome, it works as expected and the custom styles kick in after resizing the browser window. However, in IE8 the custom styles are always enabled - no matter how big the current browser window is. I was thinking that the problem is inside my code somewhere, but than I visited the Boilerplate mobile