Closed
Bug 2971
Opened 26 years ago
Closed 26 years ago
[4.xP]Extra Whitespace between table cell and graphic
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
M9
People
(Reporter: jeffu, Assigned: karnaze)
Details
(Whiteboard: [MAKINGTEST] ekrock@netscape.com)
http://www.bloomberg.com uses a table to position images. Mozilla
leaves a 2 or 3 pixel space between the edge of the graphic and the
inside edge of the table cell. Communicator and IE do not have this gap.
The page does contain a lot of javascript and image maps but the table/image
sections seem pretty straight forward.
<TABLE cellspacing="0" cellpadding="0" border="0" width="630">
<TR><TD align="left" valign="top">
<A HREF="/welcome.html">
<IMG alt="Bloomberg.com" border="0" height="66"
src="/gifs/logonew.gif" width="145">
</A>
</TD><TD width="16" align="left" valign="top"
bgcolor="#003366">
</TD>...
This has not yet been check on Unix or Mac
Updated•26 years ago
|
Summary: [PP]Extra Whitespace between table cell and graphic → [4.xP]Extra Whitespace between table cell and graphic
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6
Assignee | ||
Comment 1•26 years ago
|
||
Moving to M8
Updated•26 years ago
|
Whiteboard: [MAKINGTEST] ekrock@netscape.com
Comment 2•26 years ago
|
||
I'll reduce to a test case.
Assignee | ||
Comment 3•26 years ago
|
||
Moving to M9.
Comment 4•26 years ago
|
||
*** This bug has been marked as a duplicate of 5821 ***
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Verifying bug a dup of #5821.
You need to log in
before you can comment on or make changes to this bug.
Description
•