Here's the link:
http://users.pandora.be/bert.snoeckx/website
I've used fixed heights for the navigation and maincolumn, but I would like the footer to be aligned at the bottom of the window and the navigation's and maincolumn's height to be adjusted when resized.
Any suggestions?
Also, I'd like some suggestions on how to position the copyright information in the bottom of the footer.
Thanx
aligning footer at bottom of window
Try searching the forums for this problem.
As far as I can remember it can be done with absoulte positioning, but that's a problem if your content is more than one page... the effect most people that ask the question are after is like having a 100% height table, with a small cell at the bottom for the footer; that will sit at the bottom until the content gets too big and then it'll just sit at the bottom of the page. But in CSS, this is very difficult...
Footer at bottom of pages using CSS instead of tables
:idea:
Try out this site. I think it resolves this problem for you:
http://www.positioniseverything.net/thr.col.stretch.html
They also have some good advice for solving annoying bugs in several browsers.
dblake