I’m trying desperately to get the footer to act properly on the homepage of this website I’m working on. On all pages except the homepage it fits nicely at the bottom of the page.
However on the homepage it jumps to the top of the screen and I don’t have a clue why. I’ve been scouring the HTML and CSS and can’t find the glitch.
Site: http://dumbbell-divas.com/
Any help will be greatly appreciated!
you have
#maincontent{ position: absolute; }
make itposition: relative
Remove position:absolute from div#maincontent