rockinfree
Member
Posted 3 years ago #
Hey,
I've searched through all my code and CSS and cannot find any missing divs or other unclosed tags that might be making my footer stay at the top of the page instead of the bottom where it should be. My site is located at http://www.weirdncrazy.com/universe/, and any help would be greatly appreciated. Thanks!
It's the absolute positions which are breaking it.
But removing them may break the page.
You need the whole thing in one container.
Then the head
Then another container for the content and the menu
Close the container
Put the footer in
Close the overall container.
That's the "in a nutshell" version :)
rockinfree
Member
Posted 3 years ago #
Thanks Podz! I've got it fixed now :)