Positioning with CSS: child element above its parent element

How can we display these two div elements? Here, the parent element is displayed below its child element.

The trick is that the child element is defined with an absolute position, and so its parent element gets a relative position:

 

Continue reading Positioning with CSS: child element above its parent element