|
Determines the display order of overlapping shapes. Read/write String. Applies To Tag Syntax <v:element style="z-index: expression"> Script Syntax element.style.zindex="expression" expression=element.style.zindex Remarks The Z-Index attribute is similar to the standard HTML Z-Index attribute for styles. Values include:
VML Standard Attribute Example The red shape will be displayed in "front" of the blue shape, because it has a higher z-index. <v:rect id=bluerect fillcolor="blue" style="position:relative;top:1;left:1;width:20;height:20;z-index:1"> </v:rect> |