Page Layout

position

Determines what kind of position should the browser use when placeing the selected element on he page.

Example

postion: relative;

Browser support

IE5.5+, FF1+, SA1.3+, OP9.2+

Values

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.

Related properties

Can be used with..

Search the Soup!