2013-06-20 51 views
0

您好,我有一個特性一個div:請與絕對位置的DIV固定onscroll窗口

.virtual_Drop_Down_Class{ 
     display: none; 
     position: absolute; 
     height: 100px; 
     width: 120px; 
     z-index: 300; 
     overflow: auto; 
     border: 1px solid; 
    } 

這個div將顯示爲一個彈出和作品fine.However如果彈出未關閉水平滾動移動此div水平移動,並可見。我希望這個div能夠出現在它被強化的位置。請幫助。

注意:在垂直滾動上,位置保持不變,工作正常。

+0

我想'的位置是:固定;'將有助於 – Aravind30790

回答

0
.virtual_Drop_Down_Class{ 
    position: fixed;} 

使用位置:固定的,而不是絕對的

+0

這並不help.Have試圖位置attribute.The格的所有選項存在於表。當窗口滾動時,我沒有看到div移動的任何原因。 – user2354566

+1

你能做小提琴嗎? –

+0

如果你能說出什麼是小提琴,它將會有所幫助。谷歌搜索小提琴沒有那麼有用。 – user2354566