My footer will not align to the bottom of the page for very short posts... it just comes up to the bottom of the post. My site is here.
I've searched the forums and found many people with the same problem, but none of their solutions seemed to work. I've already run my HTML through the HTML validator and it was fine. Here's the CSS for my footer:
#footer {
background:#223344 url(images/top.gif) bottom repeat-x;
clear:both;
height:60px;
padding:10px;
text-align:center;
margin:0 auto;
color:#ccc;
}
Thanks in advance for any help on this frustrating problem!