Closed
Bug 36476
Opened 25 years ago
Closed 25 years ago
Background property for TABLE tag not working
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: raz, Assigned: karnaze)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
488 bytes,
text/html
|
Details |
On our main site, we use a 'horizontal hr' which is really a table of said size
in percentage, with a tiling background image, and a transparent gif inside the
table data to force a certian height. This 'non breaking horizontal image'
displayed correctly in netscape 6 beta if i remember correctly, and displays
correctly under IE (all), ns 4.X also. The main page has a table with a
background in it, but if you go to the forums section, and pick any message at
random... there should be this element displayed underneath the "so and so said
" part (basicly in the message body display) .. it will also display underneath
the forums section. View source for exact location and code.
Comment 1•25 years ago
|
||
According to the spec, the BACKGROUND property applies only to the BODY tag. NS
4.x does recognize it for TD, TR, and TABLE tags, however; Mozilla only does
something with a TD that has a background property. For compatibility, Mozilla
should not ignore the background property on TR or TABLE. Attaching a testcase.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: testcase
Summary: table background not always displayed → Background property for TABLE tag not working
Comment 2•25 years ago
|
||
Assignee | ||
Comment 3•25 years ago
|
||
I think this was fixed with recent checkins by attinasi.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•