Realtive Positioning

  1. If you do not specify a position on your page, the position will be static by default.
  2. You should use static positioning for simple, single-column layouts where each element must sit on top of the next one.
  3. The problem with adding the left, right, bottom, or top properties to a static element because they are not available to statically positioned elements.