我有3個DIV,第一個是導航,第二個是SHADOW的導航,第三個是內容,我希望SHADOW div覆蓋/重疊在cotive DIV上,可能會用z-索引?或位置:固定?我嘗試了很多東西,現在失去了,請檢查並請幫助..重疊陰影div在另一個
<div style="height:50px;background:green">this is navigation</div>
<div id="shadow" style="height:30px; background: red url(IMAGE_PATH)"></div>
<div id="content" style="background:blue; height:150px"> this main main content</div>
PS:想這麼多事情之後,我刪除了所有的風格,這是基本的結構