Closed Bug 20197 Opened 25 years ago Closed 25 years ago

CSS-2 support of the "bottom" positioning element

Categories

(Core :: Layout, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: seth, Assigned: troy)

References

()

Details

the "bottom: " positioning element doesn't work as it should in CSS-2. the
element supposed to render offset from the bottom of the browser displays at the
top.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to read the CSS2 spec, because it doesn't work the way you might
expect. Just specifying 'bottom' isn't sufficient because of the way CSS2
defines how the various computed values are calculated.

In particular, unless you specify 'margin-top:auto' it isn't going to be
positioned at the bottom.
QA Contact: petersen → chrisd
Status: RESOLVED → VERIFIED
Verified invalid.
You need to log in before you can comment on or make changes to this bug.