Closed
Bug 281678
Opened 20 years ago
Closed 20 years ago
incorrect rendering of CSS
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: chris.ovenden, Assigned: dbaron)
References
()
Details
(Whiteboard: [sg:nse])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050208 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050208 Firefox/1.0+ This example shows how a negative margin on an image inside a box can pull the first line of text outside the box. This strange rendering seems specific to Firefox - I have tried it on IE where it rendered correctly, with the picture outside the box and the text completely inside. Reproducible: Always Expected Results: Rendered the text inside the box; the picture outside I use the littleFox theme, but I have also reproduced it with the standrad theme.
Comment 1•20 years ago
|
||
->layout
Assignee: firefox → dbaron
Component: General → Layout
Product: Firefox → Core
Version: unspecified → 1.0 Branch
| Assignee | ||
Comment 2•20 years ago
|
||
Looks correct to me. The right margin edge of the image is to the left of the left margin edge because of the large negative left margin, and the next element continues at that point.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Group: security
Whiteboard: [sg:nse]
You need to log in
before you can comment on or make changes to this bug.
Description
•