How do force a layer to stay on the very bottom of the page?

  • Thread starter Thread starter Guest
  • Start date Start date
Show me your page, and I'll try to help, but you have to understand that
this is not something that will work very well.
 
Position absolute is what is causing your problem. Given that you are using
a theme and are mixing tables with divs you may want use a simple table
based layout and put the header and footer in column spanning rows.

Either use table or remove the position absolute and use floats or relative
positioning. Then your footer will fall into place naturally.
 
Either use table or remove the position absolute and use floats or
relative positioning. Then your footer will fall into place naturally.

But not always at the bottom of the browser viewport....
 
Back
Top