2017-07-07 44 views

回答

0

您ginger_container.bottom CSS更改爲

.ginger_container.bottom { 
    position: fixed; 
    left: 0; 
    right: 0; 
    top: 125px; 
    overflow: hidden; 
    padding: 10px; 
    width: 1100px; 
    margin: 0 auto; 
} 

刪除底部:0,並添加頂端:125px;寬度:1100px;保證金:0汽車;

0

這還不夠嗎?

.ginger_container.bottom { 
     border-top: 1px solid #cccccc !important; 
     top: 125px; 
     height: 28px;   
    } 
0

在CSS:從.ginger_container.bottom刪除position:fixed;和所有其他位置的屬性(左,右,下)。

enter image description here

在HTML:移動整個<div class="ginger_banner-wrapper">及其內容到header和訂貨量大它只是關閉標頭標記</header>上方。

enter image description here

輸出:其固定並保持接近導航欄的下方。

enter image description here