Topic: Stupid footer :( |
|
---|---|
Author | Thread |
Maniac (V) Inmate From: Yes |
posted 11-12-2004 22:48
Argh, this one lil' bug on this page is bugging the crap outta me. I want the black box footer to stick to the bottom of the document, but if the document is very short (shorter than height of the window) I want the footer at the bottom of the page. |
Bipolar (III) Inmate From: Minnesota |
posted 11-12-2004 23:38
adding code: position:absolute;
|
Bipolar (III) Inmate From: BC, Canada |
posted 11-12-2004 23:53
No, not if his document runs past the bottom of the page. |
Maniac (V) Inmate From: Yes |
posted 11-13-2004 08:51
I think I fixed it. What I had to do was set the min-height of #content to 100% and add some bottom-padding to the #right div so that the footer didin't overlap it. Floats can't work for me because the position of the menu needs to be declared absolute so it lines up just right with the logo behind it. |