My footer keeps floating around.
http://farm7.static.flickr.com/6024/5962045057_ff8df50cbc_b.jpg
I looked around a bit and it seems to be a pretty common problem, but I can't seem to fix it without messing up the content.
Quote:
#footer {
height:20px;
width:100%;
position:absolute !important;
overflow:hidden;
float:left;
}
|
Quote:
#content-container {
clear:both;
float:left;
overflow:hidden;
position:relative;
width:100%;
padding-bottom:10px;
margin-top:140px
}
|
How can I force it to the bottom?