Closed
Bug 4769
Opened 26 years ago
Closed 26 years ago
{compat} Buttons have extra spacing
Categories
(Core :: Layout, defect, P5)
Tracking
()
M15
People
(Reporter: njames, Assigned: buster)
References
()
Details
The banner on the page is the wrong color (it is gray in Netscape 4.51 & blue in
Mozilla) and the buttons on the right edge of the page have tiny spaces between
them.
Summary: Banner is the wrong color and the buttons are spaced → Buttons have extra spacing
The banner is just an image that changes, so that's probably why the colors are
different.
Changing the bug summary to reflect that the buttons on the left have extra
spacing
Kipp, this small HTML sample demonstrates the spacing problem.
<html>
<head>
<base href="http://www.planetquake.com/chaotic/">
</head>
<body>
<a href="projects.htm"><img src="projects.jpg" width="116" height="38"
border="0"></a><br>
<a href="team.htm"><img src="team.jpg" width="116" height="43" border="0"></a>
</body>
</html>
Severity: minor → major
Status: NEW → ASSIGNED
Priority: P3 → P5
Summary: Buttons have extra spacing → {compat} Buttons have extra spacing
Target Milestone: M6
According to CSS, the page is laying out correctly. According to nav4, its not.
Making this a compatability bug.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
Agreed. This bug is a duplicate of 5821.
You need to log in
before you can comment on or make changes to this bug.
Description
•