Checkout my site in FF 3.6:

www.compversions.com and look at it in every other newer browser (FF4+, Chrome latest builds, IE9, etc.) and they all look fine.

In ff 3.6, the logo and the chameleon are too big.

What's the fix here, or do I need to clear my cache or something because you guys don't see any problems in your ff 3.6?

Thanks.

有帮助吗?

解决方案

According to When can I use, you need to prefix the background-size property with -moz- in Firefox 3.6:

-moz-background-size: <your settings>;
background-size: <your settings>;

Make sure you put background-size last so it overrides the vendor-specific prefix.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top