来自http://www.tianmg
.com/video/775,为什么我写出来跟老师的不一样?
一列布局
body{ margin:0; padding:0; font-size:30px}
div{ text-align:center; font-weight:bold}
.main,.footer{ width:960px; margin:0 auto}
.head{ width:100%; height:100px; background:#ccc}
.main{ height:600px; background:#FCC;margin 0 auto}
.sub_l{width:200px;height:600px;background:#63F;float:left;margin-top:-600px}
.left{width:190px;height:600px;background:#F99;float:left;margin-top:-600px}
.sub_r{width:200px;height:600px;background:#FC3;float:right;margin-top:-600px}
.right{width:190px;height:600px;background:#6F9;float:right;margin-top:-600px}
.footer{ height:50px; background:#9CF;margin 0 auto}
head
main
sub_l
sub_r
left
right
footer
哪里出错了? |
免责声明:本内容仅代表回答会员见解不代表天盟观点,请谨慎对待。
版权声明:作者保留权利,不代表天盟立场。
|
|
|
|
这个我建议你再去多看几遍视频的,就算要左右浮动,外面也要用一个div包起来的 |
|
|
|
|