I need the following:
- emtpy div with no content
- background image set to the div the
- background image to be fluid/responsive on re-size I cannot set fixed
- dimensions on the div
Everything I try fails to force the div open to support the size of the background image. Any help is greatly appreciated...
<header id="header">
<div class="wrapper">
<div class="inner">
<div class="top_banner"></div>
</div>
<div class="clear"></div>
</div>
</header>
.front #header .top_banner { background: url('images/bg_front.jpg') no-repeat; background-size: cover; }