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

Windows 10 bereikt EO (einde ondersteuning) op 14 oktober 2025. Lees voor meer informatie dit artikel.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 4 antwoorden
  • 1 heeft dit probleem
  • 22 weergaven
  • Laatste antwoord van 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?

Gekozen oplossing

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"

Dit antwoord in context lezen 👍 1

Alle antwoorden (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

Gekozen oplossing

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!!!