Closed
Bug 173533
Opened 22 years ago
Closed 22 years ago
Bullets of lists overlap left aligned images
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
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
Reporter | ||
Updated•22 years ago
|
Severity: normal → major
Comment 1•22 years ago
|
||
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
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•