Closed Bug 8544 Opened 25 years ago Closed 25 years ago

Two images in a table cell shown on 2 rows instead of side by side

Categories

(Core :: Layout, defect, P3)

All
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 8676

People

(Reporter: dead, Assigned: karnaze)

References

()

Details

This page has two images in a single table cell, and it's putting the second one on a new row even though there is enough space on the previous row.
Assignee: rickg → karnaze
Chris -- this occurs on NT as well.
Hardware: PC → All
Putting on all platforms...but Chris need you to retest with all lasted builds and give results here please.
Whiteboard: [MAKINGTEST] 3jrgm: actually this is DUPL but can't find it right now
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Whiteboard: [MAKINGTEST] 3jrgm: actually this is DUPL but can't find it right now
The table on this page begins as noted below; it is the same pattern as the testcase posted for bug #8676: http://bugzilla.mozilla.org/showattachment.cgi?attach_id=487 The pattern is: [img 461px aligned left] + [img 144px] = 605px, which, plus cellpadding, cellspacing, and img padding is greater than the table width of 610px. Nav4.x places the images side by side, 5.0 stacks them vertically (this also occurs if you use a fixed-width div (block)). <table width=615> <tr><td> <img src="/images/logo.jpg" usemap="#logo" border=1 align=left> <img src="/images/sidebar.jpg" usemap="#sidebar" border=1> </td></tr> </table> Marking DUPLICATE of bug #8676, and attaching a test case derived from this bug report onto bug #8676. *** This bug has been marked as a duplicate of 8676 ***
Status: RESOLVED → VERIFIED
Verified Dup of Bug 8676
*** Bug 80849 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.