Variant that
specifies or receives one of the following values.
length
Floating-point number, followed by an absolute units designator (cm, mm, in, pt, pc, or px) or a relative units designator (em or ex). For more information about the supported length units, see>CSS Length Units Reference.
percentage
Integer, followed by a percent sign (%). The value is a percentage of the width or height of the object.
hAlignment
Horizontal alignment value. Possible values include the following:
left
Horizontal alignment is to the left.
center
Horizontal alignment is centered.
right
Horizontal alignment is to the right.
The property is read/write
for all objects except the following, for which it is read-only:
currentStyle.
The property has a default value of
0%. The Cascading Style Sheets (CSS) attribute is
not inherited.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see>About Dynamic Properties.
Standards Information
property is a Microsoft extension to
Cascading Style Sheets (CSS) .