I have a container div with several child divs within this. The parent div has a background-color, however, this doesn\'t seem to be extending to the last couple of child divs.
Either in your CSS, or inline, white the code as:
#adiv { background-color: #F8F8F8; } #anotherdiv { background-color: #F8F8F8; }
In HTML, make sure you call each div to their respective CSS.