div添加色塊無法移動
<div style=" background-color:#F80206 ; width:1920px; height:58px;" >
<div style="position:relative; bottom:-500px;">
<div style=" background-color:#F80206 ; width:1920px; height:58px;" >
<div style="position:relative; bottom:-500px;">
2017-02-07
舉報
2017-02-07
按照你的意思應(yīng)該是想要移動 第一個div吧,把兩條內(nèi)容合起來是可以在body中移動的:
<div style=" background-color:#F80206 ; width:1920px; height:58px;position:relative; bottom:100px;" > </div>
不知道是不是這個意思。