Closed
Bug 10100
Opened 25 years ago
Closed 25 years ago
Improper white space around border=0 linked images.
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: webmaster, Assigned: troy)
References
()
Details
Attachments
(1 file)
(deleted),
image/gif
|
Details |
Bug for M7 and M8 on Win95.
These two images are correctly rendered:
<img border=0 width=40 height=40><br><img border=0 width=40 height=40><br>
but these two images will be INCORRECTLY rendered:
<a href=http://www.mozilla.org/><img border=0 width=40 height=40></a><br><img
border=0 width=40 height=40><br>
Adding a link to an image messes up the layout by creating improper white space
below the linked image even when an image is specified to have zero border.
Comment 1•25 years ago
|
||
This sounds similar to the problem I had with border=1 on this page and
other pages it links to: http://people.netscape.com/endico/album/page3.html
A few days ago when I had this problem it happened with every linked image
(with m8 i think). Today its only happening for me with this one image on
one page with m7.
For linked images, a short line segment appears slightly below and to the
right of the image. It looks like a bit of "overspray". If this same
overspray exists when border=0 it would be invisible but would explain why
the images don't abut.
attaching a screen shot from m7 on redhat 6.0
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
just verified that m8 gives the same result as the m7 build did
in the screen shot.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•25 years ago
|
||
Agreed. This is a duplicate of 5775.
You need to log in
before you can comment on or make changes to this bug.
Description
•