Is there a valid way to overlap 2 divs.
I have the following, but am unable to make them overlap.
#top-border{width:100%; height:60px; background:url(image.jpg) 0 0 repeat-x; float:left; position:relative;}
#header-wrap{width:100%; height:80px; background:none; float:left;}
#header{width:800px; margin:0 auto; height:80px; background:url(taller-image.jpg) 0 0 repeat-x}
<div id="top-border"></div>
<div id="header-wrap">
<div id="header">links go here.</div>
</div>
This essentially gives the effect that the top banner is "popped" out but am unable to get them to overlap...
as seen here at the top of the image: http://www.boguscreek.com/images/template.jpg