I'm having trouble with a footer I can't make stick to the bottom of the page. It's probably just a line I forgot, I've done this multiple times in the past, so I'm sure it's just a silly mistake. I've cleaned up the page so it's easier for you to tell me what I'm forgetting. It works fine when content doesn't pass it, remove some <br />
s in the content code and you'll see it does the job of staying at the bottom.
#footer{
position:absolute;
bottom:0px;
width:100%;
background-color:#aaa;
color:#fff;
text-align:center;
height: 100px;
left:0px;
}
Thanks!
. When you will place the contents then no need to place the
. – Code Lღver Feb 21 '13 at 12:35