|
Defines the position of the shape relative to the element above it in the flow of the page. Read/write String. Applies To Tag Syntax <v:element style="top: expression"> Script Syntax element.style.top="expression" expression=element.style.top Remarks The Top attribute is similar to the standard HTML Top attribute for styles. Units may be mapped to the parent element or may be in absolute units. This attribute may not be written out for shapes anchored inline. Values include:
VML Standard Attribute See Also Example The top edge of the shape is 5 pixels below the object that precedes it in the flow of the page. <v:rect id=myrect fillcolor="red" style="position:relative;top:5;left:1;width:20;height:20"> </v:rect> |