Closed
Bug 341891
Opened 19 years ago
Closed 19 years ago
different row height depending on position of <form>
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: pentek.imre, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060606 Firefox/1.5.0.4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060606 Firefox/1.5.0.4
I think the graphic output of the two html should be the same, but they are different. check screenshots.
Reproducible: Always
Comment 1•19 years ago
|
||
The form tag by default in quirks mode has a 1em bottom margin. In the first test that margin just isn't visible. This is done for backwards compatibility with older browsers. If you put Firefox in standards mode then that margin will not be present. Or you can remove the margin with CSS.
This site has info about this:
http://www.cs.tut.fi/~jkorpela/forms/extraspace.html
Also see Bug 41806
-> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Comment 2•19 years ago
|
||
*** Bug 319395 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 3•19 years ago
|
||
thanks
You need to log in
before you can comment on or make changes to this bug.
Description
•