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!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Firefox displays the CSS "outline:;" on the outside of "-moz-box-shadow:;".

  • 2 件の返信
  • 36 人がこの問題に困っています
  • 1 回表示
  • 最後の返信者: Kevin

more options

When using "outline" and "-moz-box-shadow" together, the outline is drawn on the outside or around the box shadow.

---Example:----------------

.box {
outline:1px solid rgb(0,0,0);
-moz-box-shadow:0 1px 5px rgb(90,90,90);
}


Will this be fixed soon?

When using "outline" and "-moz-box-shadow" together, the outline is drawn on the outside or around the box shadow. ---Example:---------------- <pre><nowiki> .box { outline:1px solid rgb(0,0,0); -moz-box-shadow:0 1px 5px rgb(90,90,90); }</nowiki></pre> ------------------------------ Will this be fixed soon?

この投稿は cor-el により に変更されました

すべての返信 (2)

more options

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.

more options

Since this seems to have some search engine ranking. This is https://bugzilla.mozilla.org/show_bug.cgi?id=480888 open as of this comment.

Please be considerate of developers time, don't comment on the bug unless you are offering to help fix it.