| Microsoft Typography | Typography on the Web | Specifying... | 5.4.4 'vertical-align' | |||
|
Value: baseline | sub | super | top | text-top | middle | bottom
| text-bottom | <percentage>
Initial: baseline Applies to: inline elements Inherited: no Percentage values: refer to the 'line-height' of the element itself Microsoft® Internet Explorer 3.0 support: ? Microsoft Internet Explorer 4.0 support: ?
Another set of properties are relative to the formatted line that the element is a part of:
Using the 'top' and 'bottom' alignment, unsolvable situations can occur where element dependencies form a loop. Percentage values refer to the value of the 'line-height' property of the element itself. They raise the baseline of the element (or the bottom, if it has no baseline) the specified amount above the baseline of the parent. Negative values are possible. E.g., a value of '-100%' will lower the element so that the baseline of the element ends up where the baseline of the next line should have been. This allows precise control over the vertical position of elements (such as images that are used in place of letters) that don't have a baseline.
Dark blue text is taken from Cascading Style Sheets, level 1. W3C Recommendation 17 December 1996 - http://www.w3.org/pub/WWW/TR/REC-CSS1
|
|||
| Microsoft Typography | Typography on the Web | Specifying... | 5.4.4 'vertical-align' | |||