I'm using the code given in this article
http://www.alistapart.com/d/footers/ Using javascript and css to position my footer. (More specifically example 4
http://www.alistapart.com/d/footers/footer_dom1.html)
Here is my page:
http://stevenrios.com/formit/site/footertest.htm
All css is within the html doc. Before I had the footer div within the content div but i changed that and it is doing the same thing.
The problem is the footer won't position itself when the window loads, when I resize the window it does, yet goes too far beyond the browswer window. I could live with the resize issue, i just need it to do the same thing when the page loads.
It is doing the same thing in every browser I've tried: Windows IE, Windows Firefox, Mac IE, Safari and Mac Firefox.
Thanks in advance to anyone willing to help.
-Steven