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!

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

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

  • 4 respostas
  • 1 tem este problema
  • 3 visualizações
  • Última resposta de 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?

Solução escolhida

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"

Ler esta resposta 👍 1

Todas as respostas (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

Solução escolhida

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