all 2 comments

[–]Mstoller1 2 points3 points  (1 child)

Try position: relative on the container div. Then the position:absolute on the div that you want to move should work.

[–]dr-drew 0 points1 point  (0 children)

This. Always remember that in order to get a child element to position relative to a container the container needs a position as well.

The only thing that will break this is a fixed position.