奇怪!!!为什么我设置了边框加上内容区域大小1000px后,sidebar还是跳到下一行?
代码如下:
.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