Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Pesky Footer Re: Pesky Footer

#89318
chrisburton
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; }