哪里不對啊
#mainbody { ? ? width:100%; ? ? position:relative; ? ? margin-top:20px; } #content { top:0px; margin-left:200px; 求大神指導哪里不對 為什么總是出不來效果
#mainbody { ? ? width:100%; ? ? position:relative; ? ? margin-top:20px; } #content { top:0px; margin-left:200px; 求大神指導哪里不對 為什么總是出不來效果
2016-10-14
舉報
2016-10-16
沒有設置偏移量是不會移到上面去的,
#mainbody { ? ? width:100%; ? ? position:relative; ? ? margin-top:20px; }?
#content { position:absolute; top:0px; left:200px;}
或者
#mainbody { ? ? width:100%; ? ? position:relative; ? ? margin-top:20px; }?
#content { position:absolute; top:0px; margin-left:200px;}
2016-10-14
#mainbody { ? ? width:100%; ? ? position:relative; ? ? margin-top:20px; }
#content { position:absolute; top:0px; margin-left:200px;}
2016-10-14
position:absolute;