-2
我正在使用背景廣告系統,而我的z-index無法正常工作。z-index不支持2 div與背景圖片
#page
{
width: 1100px;
margin: 100px 0px 0px -550px;
min-height: 906px;
background-color: #fff;
left: 50%;
cursor: auto;
position: absolute;
z-index: 1;
}
#adGfwADS
{
width: 100%;
min-height: 1050px;
background-repeat:no-repeat;
cursor: pointer;
position: absolute;
z-index: 10;
background-color: #000; background-image: url(http://crazysportz.de/1.jpg); background-position: 50% 0px;
}
參見Fiddle。
(做出正確的山坳更大看到的圖像和更好的div)
什麼你的問題不清楚,你需要描述你的問題 – Terry
並請張貼代碼 –
可能是重複的?http://stackoverflow.com/questions/8573686/z-index-between-children-and-parents – showdev