我以为我了解花车,但似乎我不了解。
我有一个向左浮动的 div (#service-list),之后我添加了另一个 div (#social),也向左浮动。
尽管有足够的空间容纳 div,但发生的事情是第二个 div 被推到新行。
#service-list{
width: 660px;
border-right: 1px solid #808080;
border-bottom: 1px solid #808080;
border-left: 1px solid #808080;
float: left;
padding: 15px 0 20px 15px;
margin: 0 0 0 25px;
clear: both;
}
#social{
width: 200px;
float: right;
clear: left;
border: #666 solid 1px;
}
这是网址:http ://s361608839.websitehome.co.uk/101d/tim/index.html
谢谢,蒂姆