Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Upgraded to v10 and now media queries aren't working.

more options

I upgraded to version 10 and the media queries are not working on a new site I'm working on . They worked fine on 9.01 and still are working fine on another machine that has 9.01. But not in 10.0.

It doesn't matter if its a <link> Media query or a @media screen. They are not working!

I tried to reinstall and I'm getting the same result.

I upgraded to version 10 and the media queries are not working on a new site I'm working on . They worked fine on 9.01 and still are working fine on another machine that has 9.01. But not in 10.0. It doesn't matter if its a <link> Media query or a @media screen. They are not working! I tried to reinstall and I'm getting the same result.

所有回复 (1)

more options

I have test my site and queries in all the browsers and Firefox is the only one acting up. It worked in v 9. It's like they are being ignored. Here's an example of a media query.

I'm testing by resizing the browser window and also by loading a site through an iframe.

   @media screen and (max-width: 800px) { 
   body { background: #ddd; }
   }

Can someone please get this fixed. Mobile designs rely heavily on css media queries.