ensumninea1a3
New Member
I want to set a background for the content of a page. The div with the background image has \[code\]class=history\[/code\]. All the divs above "history" and history itself have height set to 100%. However, the "history" div does not get the correct height.Below is a sample of the code. I may be missing some relevant details but will add them once the solution is found. See also the live page.The CSS:\[code\]html, body { height: 100%; background: url(cream_dust.png) repeat 0 0;}\[/code\]The HTML:\[code\]<html><body class="page page-id-41 page-child parent-pageid-8 page-template-default logged-in admin-bar"><div class="wrapper-for-footer"><div id="page" class="hfeed site"><div id="main" class="site-main"><div id="primary" class="content-\[/code\]