Re: Another small question

Thanks, Gavin, but your article does not answer on my question.

> > And how to place image in the middle of line box (height)?

"Line box" here is a key point.

<p><img style="vertical-align:???" />one<sub>two<sub>three</sub></sub></p>

What ??? value should be to place img in the middle of its line box?

there are two values related to vertical alignment of something in the line
box: 'top' and 'bottom'.
But 'middle' means something completely different.

I guess that in ideal world values should be
text-top, text-bottom, text-middle
top, bottom, middle.



Andrew Fedoniouk.
http://terrainformatica.com



From: "Gavin Kistner" <gavin@refinery.com>
> On Jun 10, 2004, at 11:29 AM, Andrew Fedoniouk wrote:
> > And how to place image in the middle of line box (height)?
>
> Belated answer, but see http://phrogz.net/tmp/vertical-align/index.html
>

Received on Thursday, 8 July 2004 18:30:18 UTC