Forum Moderators: not2easy
}
.footer {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
}
This works for the shorter pages, but the problem is that the code does not work for the pages on my site that are longer than the screen (i.e. you need to scroll down to get to the bottom).
Thanks for your help!
margin-top:?px
in your footer div. However this may cause problems if your content ends up exceeding the amount that you set. May work OK in some browsers but not others.
Perhaps someone more knowledgeable out there can help you further.
Blair