|
I guess you have it positioned absolute at the bottom. Problem is absolute bottom doesn't mean bottom of the content, it is the bottom of the viewport which is determined by the height of the display area in the browser window.
If you want it to be at the bottom of the longest element on the page, code it immediately before the closing body tag and use position: relative & clear: both in the footer style.
This will make it be pushed down after all other elements.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|