DESCRIPTION
The `vertical-align` property sets the vertical
alignement of an element. It is defined in CSS1
and supported by all browsers.
SYNTAX
element {
vertical-align: baseline|sub|super|top|
text-top|middle|bottom|text-bottom|
inherit|<length>|<percent>;
}
VALUES
baseline*
Align baseline with the parent's
sub
Align as if subscript
super
Align as if superscript
top
Align top with the tallest element's on
the line
text-top
Align top with the parent's font's
middle
Place in the middle of the parent
bottom
Align bottom with the lowest element's
on the line
text-bottom
Align bottom with the parent's font's
inherit
Inherit from parent
<length>
Raise (+) or lower (-) element by <length>
<percent>
Raise (+) or lower (-) element by <percent>
of `line-height`