vAlignvAlign*
*



Contents  *



Index  *Topic Contents
*Previous Topic: vAlign
*Next Topic: value

vAlign

Description

Specifies how the text and other content of an element is vertically aligned within the element.

Syntax

object.vAlign[ = vAlign]

Settings

This read-write property can be set to one of these strings:

baseline Aligns the baseline of the first line of text with the baselines in adjacent elements.
bottom Aligns the text at the bottom of the element.
middle Aligns the text in the middle of the element. This is the default value for this property.
top Aligns the text at the top of the element.

Applies To

COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR

See Also

vertical-align


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.