본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 5 답장
  • 25 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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