What is the fix for Firefox positioned table borders painted over by the background fill color?
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)
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.
Thanks for getting back.
Looks like the image uploaded okay.
Here's the link: http://eva.50th-reunion.com/TableBorderTest.htm
选择的解决方案
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"
WOW . . . I'm impressed. Thanks so much!!!