|
Specifies the top edge of the shape's containing rectangle relative to the shape anchor. Read/write String. Applies To Tag Syntax <v:element margin-top="expression"> Script Syntax element.margin-top="expression" expression=element.margin-top Remarks The Margin-Top attribute is similar to the standard HTML Margin-Top attribute used with style sheets. Note that margintop is used instead of margin-top for scripting. Also note that if the position is absolute, the margin will not appear to change. This property is used instead of Top for shapes in Microsoft Word and Microsoft Excel that are floating in a position relative to an anchor point. Values include:
VML Standard Attribute See Also Example The top margin is set to 25 pixels. <v:rect id=myrect fillcolor="red" style="position:relative;top:1;left:1;width:20;height:20;margin-top:25px"> </v:rect> |