zIndex Property
As 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.
Value | Description |
---|---|
auto | String that specifies the stacking order of the positioned objects based on the order in which the elements appear in the HTML source. |
order | Integer that specifies the position of the element in the stacking order. |
As 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.