Closed
Bug 4226
Opened 26 years ago
Closed 26 years ago
{rendering} Floater is not fully visible
Categories
(Core :: Layout, defect, P4)
Tracking
()
VERIFIED
FIXED
People
(Reporter: Keith83, Assigned: buster)
References
()
Details
Hi, I'm just following up on the previous bug report I filed:
http://bugzilla.mozilla.org/show_bug.cgi?id=4130. Most of the bugs I listed
there still apply, such as the background color of an element spilling over to
an element that is floated next to it, in this case a <p> element spilling into
a <DIV> (Since I updated my site; previously it was a table it was spilling
into). The table width bug has been fixed since the M3 build (YAY!). The DOM
stuff that the bug was marked WONTFIX for was the most insignificant part of
the bug report. Please check the stuff from the previous bug report out again.
Thanks.
Also, a new bug which I didn't report last time:
It seems like it doesn't render all of a floated element that goes past the
bottom of the page. It didn't wark before on the table, and it doesn't work on
the DIV that I'm using now either. IE4 doesn't do this right either, but IE5
does.
Keith
Please don't put multiple bugs in one bug report. It makes it harder to verify
that the bug is fixed, and it's problematic if the bugs are in different pieces
of code (as the case with 4130).
I'm changing this bug to what you mention as the "new bug" below
Assignee: troy → kipp
Summary: Bugs from other bug report that were not resolved → Floater is not fully visible
The floated element that extends past the bottom of the page isn't fully
visible.
Kipp: this sounds like the same problem I saw yesterday with Ian Hickson's Evil
Tests page
Status: NEW → ASSIGNED
Priority: P3 → P4
Summary: Floater is not fully visible → {rendering} Floater is not fully visible
I just checked in code to fix the visibility issue; the background overlap issue
is not fixed so I'm leaving the bug open.
The floater now renders properly (try tommorows build). The page does show
another bug though (sigh) - an interaction between HR's and floaters. Tsk tsk.
I've opened a new bug for that one...
Here is how you center a block element in CSS:
<div style="margin-left: auto; margin-right: auto">...</div>
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Fixed in April 5th Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•