2012-09-12 20 views

回答

2

........................... ................................................

嗨現在定義z-index財產這樣

.listRefine.clear.bottomRound{ 
position:relative; 
z-index:5; 
} 

做到這一點你的結果是這樣的

-------------------------------------------- --------

enter image description here

或做這 -------------------------- -----------------

.infogridView > li, .infogridView:after{ 
overflow:hidden; // remove this line 
z-index:1; // remove this line 

} 

.dropDown ul{ 
background:#fff; // add this line 

} 

比你的結果是這樣的

enter image description here

+0

輝煌 - 非常有幫助 在下拉菜單中增加了一個z-index,現在好像很好用 –

0

.listRefine類的z-index設置爲1.增加類的z-index。

.listRefine {z-index:5; }

我注意到,這個圖像被加載失敗藏漢

背景圖像:URL( 「/ BG/SVG/grad_grey-light.svg」);

對於需要添加背景顏色或背景圖片的產品下拉菜單。

+0

好的,謝謝,它的cos我正在對css進行重構,還有一些「cr * p」init :-) –