Closed Bug 15544 Opened 25 years ago Closed 25 years ago

[4.xP] Garbled layout on pages with images in tables

Categories

(Core :: Layout: Tables, defect, P3)

Other
Windows 98
defect

Tracking

()

VERIFIED DUPLICATE of bug 14323

People

(Reporter: daniel, Assigned: karnaze)

References

()

Details

Attachments

(2 files)

If you load the above URL the layout of the images at the top of the page is
garbled.  The images are all placed within a table.

This only appears in Mozilla, Netscape Communicator and MS IE are fine.
If you change both width="535" in the last row of the test case to width="536",
things work fine, except there's a 1px gap above.  Removing the last row also
fixes the problem.  (There could be other things that trigger it too, though.)

This looks like HTMLTables...
Assignee: troy → karnaze
Component: Layout → HTMLTables
Looks like tables to me, too
Summary: <B>[4.xP]</B> Garbled layout on pages with images in tables → [4.xP] Garbled layout on pages with images in tables
There's an off-by-one (or a few) in the table. The table width is set to 535 and
the TDs in the first row total 536, so something has to give. The twist is that
the second column in the first row has a width of 345 but the images in it only
add up to 344.. so to get correct rendering on all browsers the width should be
changed there.

Now I don't know the standard (and I'm too tired to look) but I'm not sure that
the layout as done by Mozilla is actually incorrect (looks weird though) because
there is no way to render the table as requested by the markup. So is this a bug
or just a feature?

I'm not sure if I'm making any sense here so I'll try to make a simple test case
to clarify the issue..
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 14323 ***
Status: RESOLVED → VERIFIED
This is a duplicate of 14223.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: