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?
Giải pháp được chọn
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"
Đọc câu trả lời này trong ngữ cảnh 👍 1Tất cả các câu trả lời (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
Giải pháp được chọn
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!!!