Another small question

Does anybody know what is it this 'x-height' here:

"middle
Align the vertical midpoint of the box with the baseline of the parent box
plus half the x-height of the parent."
[http://www.w3.org/TR/CSS21/visudet.html#propdef-vertical-align]

And what vertical position of IMG must be here:

p { line-height:20px; }
img { vertical-align:middle; width:4px; height:4px }

<p >sample text <img src="..." /></p>

Thanks in advance.

Andrew Fedoniouk.
http://terrainformatica.com

Received on Thursday, 10 June 2004 02:18:09 UTC