Reputation: 1430
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!
Upvotes: 0
Views: 51
Reputation: 118458
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 :)
Upvotes: 2
Reputation:
What's wrong with position:fixed
???
Not sure why you mean by not wanting the bar to scroll.
Upvotes: 0