Closed
Bug 276709
Opened 20 years ago
Closed 20 years ago
Table attribute give different results than other browsers.
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: nelsonm, Assigned: aim)
References
()
Details
Using a table tag: <table width="615" cellpadding="0" cellspacing="0" border="1" bordercolor="#ffffff"> Above URL displays a simple single pixel border in Safari, IE 5.2 on a Mac and IE 6 on a Windows machine. The Firefox display in Windows and the Mac OS 10.3 is a complex single pixel border that is not mostly white. Adding the attributes < bordercolorlight="#ffffff" bordercolordark="#ffffff" > inside the table tag has no affect on the Firefox display.
Comment 1•20 years ago
|
||
you're not using valid HTML. Specifically, bordercolor is not part of HTML 4.01. http://validator.w3.org/check?uri=http%3A%2F%2Fmidlife.test.gospelcom.net%2F
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•