Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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

  • 4 Antworten
  • 1 hat dieses Problem
  • 3 Aufrufe
  • Letzte Antwort von 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?

Ausgewählte Lösung

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"

Diese Antwort im Kontext lesen 👍 1

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

Ausgewählte Lösung

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