2013-10-07 44 views
-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)

+2

什麼你的問題不清楚,你需要描述你的問題 – Terry

+1

並請張貼代碼 –

+0

可能是重複的?http://stackoverflow.com/questions/8573686/z-index-between-children-and-parents – showdev

回答

0

行..錯股利高達...守則站在的jsfiddle並顯示在z-index的。

#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; 
} 

<div id="dimensions"> 
    <div id="adGfwADS" class="adGfwADS" url="http://google.de"> 
    <div id="page">blupp</div> 
    </div> 
</div> 

的DIV ID = 「頁面」 會顯示,但這是錯誤的,那麼Z-指數是從adGfwAds下,我利用職務之用的z-index但z-index的工作不是=(