Closed
Bug 5528
Opened 26 years ago
Closed 26 years ago
{compat} sun.com page has unexpected purple lines showing between left column's menu items.
Categories
(Core :: Layout, defect, P5)
Tracking
()
M15
People
(Reporter: cpeterso, Assigned: buster)
References
()
Details
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.
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>
Severity: minor → major
Status: NEW → ASSIGNED
Priority: P3 → P5
Summary: sun.com page has unexpected purple lines showing between left column's menu items. → {compat} sun.com page has unexpected purple lines showing between left column's menu items.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•