PDA

View Full Version : Align a table to ALWAYS be at absolute bottom of screen??



mikedkap
October 31st, 2006, 03:58 PM
What kind of attributes of CSS do I need to add to a table so that it is ALWAYS at the absolute bottom of the screen?

Thanks!

fasterthanlight™
October 31st, 2006, 04:04 PM
Table? or div?

do some googleing on "Position: fixed"

There are issues with IE and that but there are workarounds

mikedkap
October 31st, 2006, 04:09 PM
It's a table - but I could put it in a div.
I have two buttons in a table that I want to have lined up with the bottom of the page no matter how much content goes above them and no space below them.

fasterthanlight™
October 31st, 2006, 04:20 PM
best bet would be to ditch the table and arrange within a tableless div and google what I suggested.

Shamless plug: My website accomplishes what you are trying to do, so if you want you can browse through my CSS and what not... IF you can decipher it