Positioning elements at the bottom of a page
I am working on a page that uses CSS to place some navigation elements at the corners of the page, but I can not figure out how to do one thing. How do I put an element at the very bottom of the page? If I use the bottom: 10px; It defaults to the bottom of the window and not the bottom of the page.
