有沒有一種有效的方法來重疊2個div。CSS - 重疊 - 有效
我有以下,但無法使它們重疊。
#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>
這基本上給出了頂部橫幅「突出」出來 但我無法讓他們重疊的效果......
如在圖像的頂部在這裏看到:http://www.boguscreek.com/images/template.jpg
我想在這裏得到這個效果在網站的頂部:http://www.boguscreek.com/images/template.jpg – 2010-11-08 22:28:21