I have two divs, one parent and other child both have their own background color. Child background color is overlapping the parent background color but I want parent background to overlap child background. Please follow the JS-Fiddle
<div id="p" >
<div id="c"/>
</div>
Here is Fiddle link http://jsfiddle.net/26husf4v/2/
Red color (parent background) should come on top of blue(child) background, while the exceeding red color remain visible