Closed Bug 173533 Opened 22 years ago Closed 22 years ago

Bullets of lists overlap left aligned images

Categories

(SeaMonkey :: General, defect)

x86
Windows 2000
defect
Not set
major

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 57882

People

(Reporter: licinio.alves, Assigned: asa)

Details

If an image is left aligned and has a unordered list to the right, the bullets
of the list items overlap the image.

The code sample reproduces it:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>Image alignment with List test</title>
  </head>
  <body>
    <h1>Image alignment with List test</h1>
    <img src="xxx.gif" width="200" height="200" border="1" alt="test" align="left">
    <ul>
      <li>one list item</li>
      <li>two list item</li>
      <li>three list item</li>
    </ul>
  </body>
</htm
Severity: normal → major
Duplicate of bug 57882 "List markers render inside adjacent float edge"

*** This bug has been marked as a duplicate of 57882 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.