Footer getting jammed into a column
- by chief
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.