Closed
Bug 5900
Opened 25 years ago
Closed 25 years ago
{compat} Images composed of two separate parts show white borders between them
Categories
(Core :: Layout, defect, P3)
Tracking
()
M15
People
(Reporter: dgabol, Assigned: buster)
References
()
Details
Attachments
(2 files)
Check out www.dhl.ie. The images show with large white gaps between the parts. They were constructed in two parts to allow different flyover help for the different parts.
The java applet with the border is also off to the left when it should be centered.
This seems familiar from the very early releases of mozilla so it may be a reintroduced bug.
Reporter | ||
Updated•25 years ago
|
Summary: Images composed of two seperate parts show white borders between them → Images composed of two separate parts show white borders between them
Comment 1•25 years ago
|
||
This does appear to be a slight regression. The problem is with the
generation of vertical padding|margin around '<A HREF><IMG SRC></A>'.
Will attach a test case shortly, showing the same images with/without
<A HREF>, and both with/without <TABLE>.
Comment 2•25 years ago
|
||
Updated•25 years ago
|
Summary: Images composed of two separate parts show white borders between them → {compat} Images composed of two separate parts show white borders between them
Updated•25 years ago
|
OS: Windows NT → All
Comment 8•25 years ago
|
||
From 5528:
[ Initial Comments From cpeterso@cs.washington.edu ]
http://www.sun.com
In IE5, the left columns' menu items (such as "Press releases" and "Events")
have white space between them. Under Mozilla M4, there are unexpected purple
lines between the menu items.
[ Additional Comments From troy@netscape.com ]
The reason the purple is showing through is because NGLayout has more vertical
spacing between the anchor images. Here's a subset of the HTML which
demonstrates the problem:
<HTML>
<html>
<base href="http://www.sun.com">
</html>
<BODY>
<a href="/corp_emp/;$sessionid$ONLJR1IAAHMN3AMUVFZE45Q"><IMG
SRC="/hpimages/shpill5.gif" WIDTH="149" HEIGHT="19" ALT="Employment"
BORDER=0></a><BR>
<a href="/service/online/;$sessionid$ONLJR1IAAHMN3AMUVFZE45Q"><IMG
SRC="/hpimages/shpill6.gif" WIDTH="149" HEIGHT="19" ALT="Online Support Center"
BORDER=0></a><BR>
</BODY>
</HTML>
Comment 10•25 years ago
|
||
*** Bug 7336 has been marked as a duplicate of this bug. ***
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 11•25 years ago
|
||
*** This bug has been marked as a duplicate of 5821 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 12•25 years ago
|
||
Agreed. This is a dupilcate of 5821.
Comment 13•25 years ago
|
||
Comment 14•25 years ago
|
||
FYI, There's still a table alignment problem on this site
- which is discussed in bug #7352
You need to log in
before you can comment on or make changes to this bug.
Description
•