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

The css shadow property is not working properly in Firefox13. Any one please help!!!!!

  • 5 个回答
  • 25 人有此问题
  • 6 次查看
  • 最后回复者为 Twilightm123

more options

I had upgraded the firefox version from 12 to 13. I observed that for one of my sites the wrapper for which shadow property was applied doesn't display in FF13. It was working perfect in FF12 and the lower versions. Plz help!!!!!

I had upgraded the firefox version from 12 to 13. I observed that for one of my sites the wrapper for which shadow property was applied doesn't display in FF13. It was working perfect in FF12 and the lower versions. Plz help!!!!!

所有回复 (5)

more options

Were you using -moz-box-shadow? Surprise! You now need to drop the -moz prefix and use just box-shadow as described in this page: box-shadow - MDN. Actually, if you want the shadow in Firefox 3.5-3.6, you need both properties. Sigh.

more options

By the way, there are articles like the following for each release that provide updates on stuff like this so you can read ahead about surprises to come:

https://developer.mozilla.org/en/Firefox_13_for_developers

https://developer.mozilla.org/en/Firefox_14_for_developers

https://developer.mozilla.org/en/Firefox_15_for_developers

more options

Thanks. This helped. One more query...... will this work even in ff3.5 and other versions if i don't put -moz ?

more options

Firefox 4 and higher support box-shadow

Firefox 3.5 and 3.6 supported -moz-box-shadow

Firefox 3.0 and earlier did not support either

more options

Thanks once again