<div id="1">
<div id="2">
</div>
</div>
It is proving challenging to position div2 above div1 in the vertical dimension. Applying a negative top position does not have the desired effect, as it appears that the top border of the parent div acts as the boundary for its children.
|-------|
| div2 |
------| |
| |_______|
| |
| div1 |
|__________|