Auto grow wrapper div height with floating content
Posted on January 27, 2014
Auto grow wrapper div height with floating content
HTML code:
left text
right text
CSS code:
.wrapper{
overflow:auto;
}
.left{
float:left;
height:180px;
}
.right{
float:left;
height:180px;
}