Closed
Bug 84653
Opened 24 years ago
Closed 24 years ago
CSS class table background image applied to cells instead of whole table
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: b.j.wagter, Assigned: pierre)
References
()
Details
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.1) Gecko/20010607
BuildID: 2001060703
On top of the page http://www.ogd.nl/test/diensten/beheer.html there should be a
table with a white/grey stroked background-image (applied to it with
"class=..."), but the backgroundimage is rendered to each individual table-cell
instead.
Works fine in IE4+/NS4.7/Opera5.0
Reproducible: Always
Steps to Reproduce:
1.go to http://www.ogd.nl/test/diensten/beheer.html
OR:
1.see testcase in attached file
Actual Results: table background rendered to table cell
Expected Results: table background rendered to table
see attached file
In the testcase i supplied also resides (by accident?) the workaround for my case.
I declared the backgroundimage twice: once for the BODY-tag and once for the
TABLE-tag. If only the backgroundimage for the BODY-tag is given it works out
the way i wanted it to do.
BUT...(i checked of course, by removing the background-image of the
BODY-tag..)...the bug remains.
Summary: CSS class background image aplied to cells instead of whole table → CSS class table background image applied to cells instead of whole table
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
I just ran into this problem myself. When applying a global table background
through CSS, Mozilla instead applies it to every single cell.
The original testcase wasn't all too obvious, so I made another one, which
should make the problem clearer.
*** This bug has been marked as a duplicate of 46268 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•