zOrderzOrder*
*Contents  *Index  *Topic Contents
*Previous Topic: writeln
*Next Topic: Events

zOrder

Description

Sets the z-index for positions.

Syntax

object.zOrder([position])

ParameterDescription
position (Variant) Can be an integer value specifying the z-order as an absolute value, or one of these string values:
Front Sends the item to the front of the z-order.
Back Sends the item to the back of the z-order.

Remarks

If no position is given, the default is Front. This method applies to all positioned elements.

Applies To

APPLET, BUTTON, CAPTION, DIV, EMBED, HR, IMG, INPUT (all types except hidden), MARQUEE, OBJECT, SPAN, TD, TEXTAREA


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.