Closed
Bug 3221
Opened 26 years ago
Closed 26 years ago
image displayed too high
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: dbaron, Assigned: buster)
References
()
Details
Attachments
(1 file)
(deleted),
text/plain
|
Details |
The image in the above URL is pushed up above where it should be. The top sticks out above the top
of the canvas (and is cut off).
Here's a small HTML snippet that demonstrates the problem. The key is the
"line-height: 1.5" rule for the BODY element:
<HTML>
<HEAD>
<base href="http://www.fas.harvard.edu/~dbaron/about">
<style>
BODY {line-height: 1.5;}
</style>
</HEAD>
<BODY>
<H1>L. David Baron</H1>
<p style="float: right; width: 322px;">
<a href="david_l.jpg"><img src="david_s.jpg" alt="Photo of David" width="322"
height="364"></a></p>
</BODY></HTML>
Reporter | ||
Comment 2•26 years ago
|
||
Oh yes... In that case, it is probably a duplicate of 2014.
Comment 3•26 years ago
|
||
Last comments are from 2/20. Is this a duplicate of #2014? That one was verified
fixed on 2/24.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 5•26 years ago
|
||
Verified fixed. I think it was actually the line-height work that fixed it.
You need to log in
before you can comment on or make changes to this bug.
Description
•