IE7, IE8 support for css3 media query [duplicate]
问题 This question already has answers here : IE8 support for CSS Media Query (11 answers) Closed 4 years ago . I have tried : @media screen and (max-width:1024px) { .sidebar{width:630px;} } to get the fix for IE7 and 8 but its not working, where as it works for IE9 and other browsers. Is there a different way of writing this. I have tried to include the css3mediaqueries js as well but no success. Is there any support at all for IE7 and IE8? 回答1: Include this meta tag in the <head>. <meta name=