Try either of these fixes and see if it works.
To the
css footer add
- Code: Select all
clear: both;
or if that doesn't work... right above the footer code in the
html add this
- Code: Select all
<div class"clear"></div>
then add this to your
css
- Code: Select all
.clear {
height:1px;
margin:0 0 -1px 0;
clear:both;
overflow:hidden;
}