一些基本的 css-float 问题,我自己无法解决,所以我将不胜感激。
我想向左浮动 3 个容器,向右浮动 3 个容器 - 仅此而已。容器的高度由其内容设置。
.float-left {
float: left;
margin-top: 26px;
background-color: #6abe0f;
width: 416px;
color: #3e3e3e;
}
.float-right {
float: right;
margin-top: 26px;
background-color: #6abe0f;
width: 416px;
color: #3e3e3e;
}
http://jsfiddle.net/hausmaster/TZhWy/5/
非常感谢!