Forum Moderators: not2easy
I'm using the following class:
body>#footer {
background-image: url(../img/bg_footer.gif);
bottom: 0px;
vertical-align: bottom;
}
But the footer appears direct under the content(IE 5 &6) and not to the bottom of the page.
Anybody knows a hack for this issue?
Jonathan
it seems to be nearly impossible to do so with css, this article [whatdoiknow.org] claims.
hope this helps.
- hakre
Depending on what you are trying to achieve, it may not be as impossible as you miight think, although it might call for a few cludges.
Have a look here for some responses to a similar question:
[webmasterworld.com...]
Shawn
Have a read of this article:
[alistapart.com...]