我想在網頁拉昇cache bar
:http://www.skandicinkasso.de/ - 不能移動element
,因爲它是在的「DOM
」從上下移動緩存欄頭
我一直在努力去除bottom
那個定位,並把它放在我想要的地方,但我不能那樣做。
我想給條移動到這裏:http://prntscr.com/fsqb5d
我想在網頁拉昇cache bar
:http://www.skandicinkasso.de/ - 不能移動element
,因爲它是在的「DOM
」從上下移動緩存欄頭
我一直在努力去除bottom
那個定位,並把它放在我想要的地方,但我不能那樣做。
我想給條移動到這裏:http://prntscr.com/fsqb5d
您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汽車;
這還不夠嗎?
.ginger_container.bottom {
border-top: 1px solid #cccccc !important;
top: 125px;
height: 28px;
}
添加一些你已經試過的代碼? – core114
已經嘗試位置:絕對; –