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