paddingBottom Property

Returns a String that represents the amount of space between the bottom edge of the element and its margin or, if there is a border, between the bottom edge of the element and its border.

expression.paddingBottom

*expression   * Required. An expression that returns one of the objects in the Applies To list.

Remarks

The paddingBottom property can be one of the following:

length Sets the horizontal or vertical position of the background image to an exact location. Floating-point number, followed by an absolute units designator (cm, mm, in, pt, pc, or px) or a relative units designator (em or ex).
percentage Integer, followed by a percent sign (%). The value is a percentage of the width or height of the object.

Applies to | FPHTMLStyle Object | IHTMLRuleStyle Object | IHTMLStyle Object