
January 21st, 2004, 03:38 PM
|
 |
Contributing User
|
|
Join Date: Sep 2003
Location: La Palma, CA
Posts: 100
Time spent in forums: 3 h 22 m 29 sec
Reputation Power: 6
|
|
|
strange CSS footer
now, i'm posting this after i've scoured the forum here and i have yet to find a posted resolution.
The problem i'm having is pushing the footer to the bottom of the page, as opposed to the bottom of the window. The #footer is as follows:
Code:
#footer {
position: absolute;
bottom: 0px;
(border/font/background/padding properties)
width: 310px;
margin-top: 8px;
clear: both;
}
you can view the full style sheet here.
if the page has enough information to push past the window height, teh footer remains at the bottom of the window, and is placed on top of the stacking order. The strangest part is that if you scroll, the footer scrolls with the page.
To see what i'm talking about, go to the page and try resizing the window.
|