Determines what kind of position should the browser use when placeing the selected element on he page.
postion: relative;
IE5.5+, FF1+, SA1.3+, OP9.2+
| absolute | Takes the element outside of the page flow. |
| fixed | Lock the element in its place. |
| relative | Positions the element relative to where the element currently appear on the page. |
| static | Default browser mode. |