Home › Forums › CSS › CSS Layout…Kind of Footer Problem › Re: CSS Layout…Kind of Footer Problem
October 7, 2008 at 4:45 pm
#50361
Member
I think you were asking about how to get your floated columns to extend all the way to the bottom? If that is the case, the easiest way to fix it is to create a clear class, and then put that after your columns.
Code:
CSS
.clear {clear: both;}
.clear {clear: both;}
Code:
HTML