Closed
Bug 219301
Opened 22 years ago
Closed 22 years ago
Incorrect top position of heading and paragraph elements
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
People
(Reporter: mach, Unassigned)
References
()
Details
Attachments
(1 file)
|
368 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030915
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030915
Mozilla incorrectly positions the h1, h2, h3, h4, h5, h6, p elements with
respect to an absolutly positioned top property (ex: position: absolute; top:
10px;)
Reproducible: Always
Steps to Reproduce:
1. Visit the page ( http://mach5.freeshell.org/moz/mozbug.html )
2. The two headings should be at the same level, they are not (if you only see
one then the bug has been fixed.
Actual Results:
The headings do not completely overlap (they don't overlap at all).
Expected Results:
The headings should overlap completely
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 33784 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 2•22 years ago
|
||
If you insert a doctype declaration so Mozilla render the page in "Standards"
mode (or Almost standards") the headings will overlap each other.
You need to log in
before you can comment on or make changes to this bug.
Description
•