bfc-fix UPD 2k13
by Alex
HTML
<div class="box bfc-fix">
<div class="box-side"></div>
<div class="box-base bfc-fix"></div>
</div>
CSS
.box {
background: #eee;
padding: 5px;
}
.box-base {
background: #ddd;
padding: 50px;
}
.box-side {
background: #ccc;
float: left;
margin-right: 5px;
padding: 50px;
}
.box-side_rt {
background: #bbb;
float: right;
padding: 50px;
}
/* bfc-fix */
.bfc-fix {
display: table;
}
.bfc-fix:after {
content: '1 1';
font: .1px/0 a;
display: block;
word-spacing: 99in;
}
/* end bfc-fix */