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