Closed
Bug 1173
Opened 26 years ago
Closed 26 years ago
margin-top incorrect for inlines
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: karnaze, Assigned: buster)
Details
The following does not render correctly. Similar results are obtained with other
inlines besides <SPAN>.
<html>
<body>
<SPAN style="border: 1px solid black;">SPAM</SPAN>
<BR>
<SPAN style="border: 1px solid black; margin-top: 10px">EGGS</SPAN>
<BR>
<SPAN style="border: 1px solid black;">SPAM</SPAN>
</body>
</html>
It was a sign bug (whoops). If you update and try your test again you will see
that it works dandy now.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
Fixed in Build Release 11/30.
You need to log in
before you can comment on or make changes to this bug.
Description
•