
噢!麦嘎
本帖最后由
>>
完整版
本帖最后由 噢!麦嘎 于 2013-1-22 14:04 编辑
[mw_shl_code=xhtml,true]
.con {
height:3000px;
background:url(images/bg.gif);
background-position:center;
margin:0 auto;
}
.con_dy {
width:980px;
height:100px;
margin:0 auto;
margin-top:20px;
background:url(images/dy_zuo.gif) no-repeat;
}
[/mw_shl_code]
CON是大的DIV,CON_DY它里面的一个小IDV
为什么在小的DIV里调协了margin-top:20px; 然后整个CON整体下沉了呢?