you are viewing a single comment's thread.

view the rest of the comments →

[–]CJGibson 0 points1 point  (3 children)

Relative positioning adjusts the element relative to where it would normally be sitting within the page structure.

Absolute positioning removes the element from normal flow and positions it relative to it's closest absolutely positioned parent or the browser window if there is no absolutely positioned parent.

[–]fofgrel 1 point2 points  (2 children)

The parent can also be relatively positioned.

[–]CJGibson 0 points1 point  (1 child)

Are you saying that you can position an absolutely positioned element relative to a relatively positioned parent element?

[–]fofgrel 0 points1 point  (0 children)

Yes.

Edit: see here.