How to write CSS media queries in IE8?

2 replies
  • WEB DESIGN
  • |
How to write CSS media queries in IE8?
#css #ie8 #media #queries #write
  • Profile picture of the author webcosmo
    There are js plugins that you should include on your page and they will make IE8 use media queries
    {{ DiscussionBoard.errors[10385233].message }}
  • 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?
    {{ DiscussionBoard.errors[10393694].message }}

Trending Topics