Closed
Bug 641779
Opened 14 years ago
Closed 14 years ago
body element moves down in combination with a float, a clear and a margin-bottom
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 451791
People
(Reporter: janni.squall, Unassigned)
Details
Attachments
(1 file)
553 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15 ( .NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15 ( .NET CLR 3.5.30729)
I cant explain what exactly the failure is, because it only appears in the combination of that Structure with a float and a margin -top or -bottom.
The "margin-bottom" of ".row" cause the "<body>" element to move 300 pixels down. I figured out that it does not happend if the body contains at least a
Reproducible: Always
Steps to Reproduce:
1. Load the HTML of the Details
Actual Results:
<body> element moves down by the value of the margin-bottom of css-Class "row"
Expected Results:
The body does not move
Reporter | ||
Comment 1•14 years ago
|
||
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•