I need to know how to align a bar to the absolute bottom of the screen. Whenever I try this, the bar just ends at the end of a body of text, and I don’t want it to do that. And no, I don’t want position: fixed because I don’t want the bar to scroll on pages with long amounts of text.
Thanks!
No need to reinvent the wheel, take something like this:
http://ryanfait.com/sticky-footer/
http://ryanfait.com/resources/footer-stick-to-bottom-of-page/
Paste the few lines of CSS, follow the instructions for the structural elements, and you’re done. Sticking a footer has always been a pain in the neck 🙂