Home › Forums › CSS › Pesky Footer › Re: Pesky Footer
October 19, 2011 at 6:00 pm
#89318
Participant
Keep it floated right.
In your html, add a class of clearfix to the sidebar.
In your CSS stylesheet add this:
.clearfix:before,
.clearfix:after { content: " 020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }