Hello
Is it possible to create a footer div that sits at the bottom of a site regardless of how much information is present in the middle?
Currently the div I have is positioned depending on how much content i have in the body.
See also:
|
2
|
Hello Is it possible to create a footer div that sits at the bottom of a site regardless of how much information is present in the middle? Currently the div I have is positioned depending on how much content i have in the body.
|
|||
|
|
|
|
I am by no means a css expert, but this works for me across the major browsers:
|
||||||
|
|
|
Take a look at this: cross browser fixed header/footer |
||
|
|
|
|
Float the content div and have the footer div use |
||
|
|
|
|
Hi everyone I know I marked this as being answered but I've run into another problem as a result. The footer sits nicely at the bottom of the page, however, if the content goes past the footer, the footer simply floats over the content. Is there a way to keep the footer at the bottom of the page without it overlapping if the content goes past the bottom? My gut feel is using an iframe but Im not sure how to do it. |
||||
|