How do I emulate
<img align='top' src='huge_image.jpg'>
<span>I start at the top right corner of the image!</span>
in CSS?
Maybe it's embarrassingly simple, but I really don't know.
|
It depends on the container of your elements. The |
|||
|
|
|
|
|||
|
|
|
I think you're looking for the vertical-align CSS property.
Ideally you wouldn't just slap it directly on the |
|||
|
|
|
edit: I think you want the span to be inline with the image. So display:inline should do move the span to the right. and vertical-align:text-top should move the image to the top. |
||||
|
|
Should do it. |
|||||||
|
align='top'- but doesn'talign='left'do the same thing? – warren Nov 13 '09 at 0:00