Forum Moderators: not2easy

Message Too Old, No Replies

Footer Problems

Trying to center a footer at the bottom of a page

         

millerb3

4:13 pm on Aug 17, 2007 (gmt 0)

10+ Year Member



I'm trying to center a footer at the absolute bottom of a page. I've figured out how to center it, but I can't seem to get it at the bottom. Here is what I have so far:

.footer {
font-size: 9px;
text-align: center;
color: #FFFFFF;
width: 400px;
height: 100%;
margin: 0 auto;
padding: 0px;
bottom:0;

WesleyC

6:00 pm on Aug 17, 2007 (gmt 0)

10+ Year Member



Try adding position: absolute; to your class.

millerb3

10:57 pm on Aug 18, 2007 (gmt 0)

10+ Year Member



I have tried that and for some reason it ends up in the top left of the page.