Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

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

  • 5 одговорa
  • 25 има овај проблем
  • 11 прегледа
  • Последњи одговор послао 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