2011-11-23 75 views

回答

1

分裂您.home_slider li.current .featured_wrap規則(第271行)分爲兩個規則:

.home_slider li .featured_wrap { 
    background: url("img/image_text_area_bg.png") no-repeat scroll 0 0 transparent; 
    bottom: -17px; 
    height: 314px; 
    left: -10px; 
    position: absolute; 
    width: 627px; 
} 

.home_slider li.current .featured_wrap{ 
    z-index: 200; 
} 
+0

試過了,但沒有解決問題。 – WebDevDude

+0

好吧,它固定在螢火蟲:) – egis

+0

應該確定它確實 –

0

所以我不知道這是否是有固定的最好的辦法,但我只是有針對性的電流元件和非電流元件的絕對定位。

.home_slider li.current .featured_text { 
    position: absolute; 
    z-index: 300; 
    bottom: 35px; 
    left: 80px; 
} 

.home_slider li .featured_text { 
    position: absolute; 
    z-index: 300; 
    bottom: 18px; 
    left: 70px; 
}