sonunigam (Love Geek): Floats A floated item is taken out of the normal flow and shifted to the left 0r right as far as possible in the space available. Other content then flows alongside the floated item. * 04-01-11 - 02:23:26
sonunigam (Love Geek): Absolute positioning An absolutely positioned item has no place in, and no effect on, the normal flow of other items. It occupies its assigned position in its container independently of other items. * 04-01-11 - 02:24:16
sonunigam (Love Geek): Position: top, bottom, left, and right There are four possible values of the position property. If an item is positioned in any way other than static, then the further properties top, bottom, left, and right are used to specify offsets and positions. * 04-01-11 - 02:25:10
sonunigam (Love Geek): Static The default value places the item in the normal flow Relative The item is placed in the normal flow, and then shifted 0r offset from that position. Subsequent flow items are laid out as if the item had not been moved * 04-01-11 - 02:26:36
sonunigam (Love Geek): Absolute Specifies absolute positioning Fixed The item is absolutely positioned in a fixed position on the screen even as the rest of the document is scrolled * 04-01-11 - 02:27:52