Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
<div style="float: left; width: 100px">Left Navigation</div>
<div style="float: left; width: 600px ">Main Content</div>
<br class="clearfix" />
<div class="footer" style="width: 700px>Copyright Info</div>
br.clearfix {
clear:both;
margin:0px !important;
padding:0px !important;
height: 1px;
font-size: 1px;
line-height: 1px; }
<div class="container">
<div class="floated-left">foo</div>
<div class="floated-right">bar</div>
<br style="clear:both;" />
</div><div class="mycontainer clearfix">
<div class="floated-left">foo</div>
<div class="floated-right">bar</div>
</div>/*
* See http://positioniseverything.net/easyclearing.html
* for a description of this code.
*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */
<br /> tag, but I swear the idea wasn't mine! I've just been too busy to go back and look at the method again.
<div class="mycontainer clearfix">
<div class="floated-left">foo</div>
<div class="floated-right">bar</div>
</div>
<div style="background:red" class="clearfix">
<p style="float:left">aaaaa…aaaaa…</p>
</div>
1 to 6 of 6