Quoting Tim Zappe:
How do I make this so that the #footer stays at the bottom?
http://www.western.edu/admissions/new/viewbook.html
Thanks
-t
Relevant CSS bits:
#footer{clear:both;width:764px;margin:0 auto;background:#5c5c5c;}
#footer_content{padding:10px 0 0;text-align:left;color:#a0a0a0;}
#footer_nav{clear:both;text-align:center;padding:15px 0 30px;}
#footer_nav a, #extra_nav a{color:#a0a0a0;font-weight:normal;}
#footer_nav a:hover, #extra_nav a:hover{color:#000;}
I fail to see where you instruct for footer to stay at the bottom.
Try adding something like the following to your stylesheet:
position:absolute; bottom:0; left:0;
Given the brevity of your message, I am not entirely sure what you are
trying to
achieve, but I hope my suggestion makes a good starting point.
Roy
--
Roy S. Schestowitz
http://Schestowitz.com
|