2012-09-25 115 views

回答

3

使用z-index:9999;你的問題就解決了

#navigation { 
    background-color: rgba(1, 1, 1, 0.8); 
    box-shadow: 0 0 8px 0 #000000; 
    color: rgba(1, 1, 1, 0.8); 
    height: 35px; 
    padding-top: 15px; 
    position: fixed; 
    top: 0; 
    width: 100%; 
    z-index: 9999; // here is 
} 

enter image description here

+1

謝謝!這工作! – Andre

+1

@非常歡迎 –

2

你需要做的是使用更高z-index#navbar不是像什麼所以它總是像上面這樣的導航欄z-index:5和圖像圖片z-index:4