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