PDA

View Full Version : Setting a footer's position with CSS - help!



dr_smith
07 Nov 2005, 05:10 AM
I'm building a page in XHTML using CSS for all elements' positioning. I've used absolute positioning for the header section, left aligned navigation section, main content section and now want to add a footer section. This is simply a list of links running horizontally across the foot of the page (100% width), coming after all other content. If I use absolute positioning it appears over other content. How do I get round this?

If I use relative positioning can I keep the other page elements set with absolute positioning?

I've tried everything I can think of and am completely stumped. Any help would be greatly appreciated.