Closed
Bug 213626
Opened 22 years ago
Closed 22 years ago
Ogg Vorbis (blue fish) logos vertically displaced
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: headless2312003, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
711 bytes,
text/html
|
Details |
User-Agent: Rebel Bwowsa Opera/7.x (Wind blows 98; U) [en]
Build Identifier:
The Ogg Vorbis logos (blue fish) are vertically displaced. They are background
images to 2 div's, the 2 div's have display:table-cell set and are part of a 1
row CSS table. Commenting out the code that generates the bordered title box
makes the problem go away.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•22 years ago
|
||
It seems that the 'height' property acts more like 'min-height' when 'display'
is 'table-cell'. The images looks displaced because they are vertically
centered within their cells, whereas the title is not.
Comment 2•22 years ago
|
||
-> Tables
Comment 3•22 years ago
|
||
-> Tables
Assignee: other → table
Component: Layout → Layout: Tables
QA Contact: ian → madhur
Isn't this correct behavior per CSS2?
Comment 5•22 years ago
|
||
Yes, you're right.
--> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•