I am trying to make the parent background color overlap the child background color in two divs. Currently, the child's background is overlapping the parent's background. Please refer to the JS-Fiddle link below for more information:
<div id="p" >
<div id="c"/>
</div>
You can find the Fiddle link here: http://jsfiddle.net/26husf4v/2/
The goal is to have the red color (parent background) on top of the blue (child) background, with the exceeding red color remaining visible.