为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 4 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 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!!!