+ 1
absolute positioned elements are removed from normal flow and positioned relatively to first positioned parent... if none, then relatively to viewport.
relative positioned elements are not removed from normal flow, but can be positionned relatively to themselves.
having a position:relative container give a reference for its position:absolute childs ;)



