my problem is when i place the div in my site, how do i keep the footer always at the very bottom of the page. it keeps showing up at the bottom of where my text stops, but the page wrapper continues.
I've tried this out and I'm actually not having any luck. I am trying to develop a setup in css with similar qualities to the homepage of this website. There is a menu at top, content underneath that, an area of postings, and forum discussions below the content, and then finally, a footer.
I can't say i know how professionals go about this but I am still in stage of making drafts and trying to see if my idea is feasible and aesthetically appropriate. One the page above, the footer seems to work, on the page I am working on now in which I replace the flash with written content, the footer no longer functions.
I have a frame div:
#frame { position: relative; min-height: 100%; }
It contains the organization for most of things. And the footer underneath that
thanks for the responses. i didn't realize that this was such a difficult, but common problem. i guess it's good that it's common though. i'll try all the techniques and see which one works. thanks