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....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top