Documentation for this section has not yet been entered.
Elements can be positioned on an HTML page in one of three ways:
Default flow positioning.
Relative positioning, in which the element is offset by a fixed amount relative to its parent.
Absolute positioning, in which the element is given a fixed coordinate position relative to the upper-left corner of the document.
For more information about element positioning in HTML, see tp://msdn.microsoft.com/en-us/library/ms533005.aspx.