View Single Post
  #1  
Old 07-21-2011, 03:07 PM
 
SID357 SID357 is offline
 

eXpert
  
Join Date: May 2010
Posts: 205
 

Default Floating Footer Problem

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?
Reply With Quote