zIndex Property

Microsoft FrontPage Visual Basic

Show All Show All

zIndex Property

ShowAs it applies to the FPHTMLStyle object.

Sets or returns a Variant that represents the stacking order of positioned objects. Corresponds to the z-index property of a cascading style sheet.

expression.zIndex

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

Remarks

The zIndex property can be one of the following values.

ValueDescription
autoString that specifies the stacking order of the positioned objects based on the order in which the elements appear in the HTML source.
orderInteger that specifies the position of the element in the stacking order.

ShowAs it applies to the IFPStyleState object.

Returns an IFPStyleLength object that represents the measurement settings for the z-index property of a cascading style sheet for the element specified in the IFPStyleState object.

expression.zIndex

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