Forum Moderators: not2easy

Message Too Old, No Replies

Need help with footer

         

Acternaweb

7:16 pm on Mar 4, 2004 (gmt 0)

10+ Year Member



Is there a way to align a footer to the bottom of text, rather than a fixed position?

THanks,

thorne

7:34 pm on Mar 4, 2004 (gmt 0)

10+ Year Member



Show me an example of what your trying to do and I will try to help...

Todd H.

Acternaweb

1:17 pm on Mar 5, 2004 (gmt 0)

10+ Year Member



OK thanks, hope this is what you are looking for.

#footertext {
color:#ff6600;
text-decoration:none
font-size: 11px;
min-height:400px;}

<div id="footer">

This is inside another <div id>, would that make a difference?

Crobe

3:54 pm on Mar 5, 2004 (gmt 0)

10+ Year Member



your footer is 400px in height minimum?

as for your question, can you post some more info about what you are trying to keep the footer below? If you have floating divs you can use:

#footer {
clear: both;
}

If it's just normal divs, as long as your footer div is the last one listed in the html, it should appear on the bottom.

or if you are trying to keep the footer on the bottom of the page even your web site doesn't fill up the whole window, it starts to get more interesting.

peteb

8:38 pm on Mar 5, 2004 (gmt 0)

10+ Year Member



I posted this as an answer to another question, a good article about footers

[alistapart.com...]