Footer getting jammed into a column
Posted
by chief
on Stack Overflow
See other posts from Stack Overflow
or by chief
Published on 2010-03-08T03:15:08Z
Indexed on
2010/03/08
3:17 UTC
Read the original article
Hit count: 228
css
I have a three column layout. The last column on the right is:
#right_column {
float: left;
width: 7em;
border: 1px solid #ccc;
padding: 5px;
}
My footer is going into the bottom of my right column. If I remove the right column the footer is still misplaced in the page. I presume it is something related to the float.
© Stack Overflow or respective owner