If you’re using floats, you need to “clear: both” so they don’t affect the footer. A search here for “footer, clear:both” will turn up various posts regarding this.
I’m not using floats. Everything but the footer is positioned absolutely. I’ve tried to package the header, content, image, and sidebars in a “page” id and then package the footer in it’s own div, but the footer keeps appearing at the top. If I position the footer absolutely, it prints over the content at the bottom of the window.
I may just try to put that info into one of the sidebars. *sigh*
You might check sites like PositionIsEverything – some of the solutions there might pertain to what you need to do.
what happens when you wrap the footer as the last item of the main container div? btw, that font is awful, hope you change it for the final version
best to use floats for this sort of design with clearers
Well, I’m attempting floats now.
As for the font…that is *not* the font it’s supposed to be.
I wanted it to be the fantasy default, but that stopped working. Then I tried Kristen, but that stopped working too.
Strange thing is that the CSS & HTML validated fine (before I started playing with the columns) though it wasn’t working right.
I just don’t understand. I’ve tried it in IE and Firefox on two different computers — XP Professional and Win2000.