当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

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.

詳しく学ぶ

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

What is the fix for Firefox positioned table borders painted over by the background fill color?

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

more options

See the added image showing how IE shows the border correctly on the left, while Firefox on the right seems to paint over the borders viewing the same website file. Is there a fix?

See the added image showing how IE shows the border correctly on the left, while Firefox on the right seems to paint over the borders viewing the same website file. Is there a fix?

選ばれた解決策

Hi, Firefox requires units on dimensions in style rules, unfortunately it does not simply default to pixels. Try adding px:

style="border: 20px double #FF6600"

この回答をすべて読む 👍 1

すべての返信 (4)

more options

Unfortunately, the image upload failed. You can attach an image to a reply to yourself: https://support.mozilla.org/questions/1078691#question-reply

If you can provide a link to a page demonstrating the problem (or a simplified test case), that might also help.

more options

Thanks for getting back.

Looks like the image uploaded okay.

Here's the link: http://eva.50th-reunion.com/TableBorderTest.htm

more options

選ばれた解決策

Hi, Firefox requires units on dimensions in style rules, unfortunately it does not simply default to pixels. Try adding px:

style="border: 20px double #FF6600"

more options

WOW . . . I'm impressed. Thanks so much!!!