Hi,
I assume you just want to move the footer away from the longest column to give a small margin?
You have use clear:both on your footer which should keep the footer below any of the longest columns. If you want the footer to move down a bit then you could add a bottom margin to each of your left, right and centre columns e.g.
Code:
#right, #main, #left {
margin-bottom:20px;
}
(It would seem to be easier to add a margin-top to the #footer instead but it only works in IE not in Mozilla.)
I'm not sure if this is what you meant but hope it helps anyway.
Paul
Bookmarks