Style.zIndex Property

SharePoint Designer Developer Reference

Sets or returns a Variant that represents the stacking order of positioned objects.

Syntax

expression.zIndex

expression   Required. A variable that represents a Style object.

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.

Corresponds to the z-index property of a cascading style sheet.

See Also