It is difficult to float:bottom -- which is what you are trying to do. HTML is not designed to have a defined "bottom" since the page expands downward depending on the content. For a possible fix, see here --
http://blog.userland.fr/po
http://www.google.com/sear
Other than that you are stuck with absolute position to the bottom of where you will think it will be. The other way is to create a long table cell and position the element you want at the bottom -- valign="bottom"/
Main Topics
Browse All Topics





by: ziffgonePosted on 2008-06-28 at 14:30:31ID: 21892093
If I understand your "glued" comment, try this:
Select allOpen in new window