Sun, 2006-11-19 00:28
The site I am working is http://www.smbessentials.com/cat--Acne-Care--blemishcare and I would like the footer to be at the bottom of the page, below the right column. However no matter what I try I can only get it to show right below the content area, which on some pages is higher up the page then the navigation column.
How can this be resolved?
Thanks,
Sun, 2006-11-19 01:01
#1
Using position:absolute on
Using position:absolute on major layout elements is usuallly a bad idea for this very reason. Other elements aren't able to "see" the space occupied by the position:absolute element and therefore cant adjust to it.
You need to float the sidebar and clear the footer. Take a look at the two and three column layouts at CSS-Discuss ...
Sun, 2006-11-19 04:11
#2
Thanks I think I got it
Thanks I think I got it fixed now.