What exactly happens when a browser doesn't support media queries?

前端 未结 1 1734
深忆病人
深忆病人 2021-01-22 09:45

I\'m building my site with mediaqueries to adapt to different screen sizes.

By coincidence I checked my site in an old pc with an unupdated browser and found out that I

相关标签:
1条回答
  • 2021-01-22 09:49

    If the browser doesn't support Media Queries then nothing happens. It ignores the entire conditional block of styles.

    If you wanted to support then you can use this JS http://code.google.com/p/css3-mediaqueries-js/

    0 讨论(0)
提交回复
热议问题