Closed
Bug 57766
Opened 24 years ago
Closed 24 years ago
Percentage sized images do not show up when centered.
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: blackhand, Assigned: clayton)
References
()
Details
Mozilla build October 23, 2000 does not show percentage sized images that are
centered using the <center> tag, or <div align="center">.
The supplied URL uses a 16 color gif resized and centered using the <center>
tag. I also tested this with a percentage sized JPG with the same results.
Note, pixel sized images seam to center fine with out dissapearing.
Comment 1•24 years ago
|
||
The problem here is the heigt="88%" in the image.
I think this is a Duplicate of Bug 33443
Comment 2•24 years ago
|
||
Agree. If you change the % to a real # like 600, it renders fine.
Marking it as a dup of bug 33443 (IMG HEIGHT="xxx%" doesn't work under all
circumstances).
*** This bug has been marked as a duplicate of 33443 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•