代码如下:
.main{
height:250px;
background:#09F;
margin-top:10px;
}
.news{
width:340px;
background:#F33;
}
.course{
width:410px;
background:#096;
margin:0 7px;
}
.sidebar{
width:230px;
background:#C69;
}
.news,.course,.sidebar{
height:250px;
float:left;
border:1px solid #FFF;
}
340+410+230+7+7+6(你懂的),设置完成后,sidebar始终是跳到下一行左边,但是如果我任意把其他一个框减小1px后,他就回到上面的最右边了。请问老师这是为什么发生这种情况?我也是根据你的去做的啊,声明:我的wrap也是设置的是1000px
我基本不用个DW ,还是sublime text来得好用,轻量级的编译器还支持多种类型文本编写
.。。。
请看图片
因为你给它们都加了border的属性呀,border也要占位置的,3个div,那也要占6px,你用goggle圈一下,看一下总宽度是多少