LittleBoxes Back and Front
Little Boxes - Simple example of Front and Back Div Positioning
by Reusablecode
HTML
<div class="Back">
</div>
CSS
.Back {
z-index: 10;
position: absolute;
top: 10px;
left: 10px;
width: 200px;
height: 100px;
background-color: orange;
border-style: dotted;
border-width: 1px;
}