Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: [css-d] Float Problem

  • To: css-d@xxxxxxxxxxxxxxxxxxxxx
  • Subject: Re: [css-d] Float Problem
  • From: Roy Schestowitz <r@xxxxxxxxxxxxxxx>
  • Date: Fri, 19 Aug 2005 03:10:40 +0100
  • Delivery-date: Fri, 19 Aug 2005 03:10:43 +0100
  • Envelope-to: r@schestowitz.com
  • In-reply-to: <ca784acb05081814287d929e8a@mail.gmail.com>
  • References: <ca784acb05081814287d929e8a@mail.gmail.com>
  • User-agent: Internet Messaging Program (IMP) H3 (4.0)
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


[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index