Position Attribute

Position can be specified as “static”, “relative” or “absolute”. Static positioning keeps the shape inline with the current flow of the surrounding content – the @Top and @Left attributes are ignored. Relative uses the @Top and @Left attributes to position the shape relative to its position in the current flow. Absolute uses the @Top and @Left attributes to position the shape with respect to its container.