Reputation: 6480
I want to insert the copyright information on the bottom of the page. If the page is empty, meaning that the content doesn't scroll the page. See jsFiddle
How to move the text to the very bottom of the page, while keeping it below the page content?
Edit, if page is empty, I want the text to still appear by bottom border of the web browser.
Upvotes: 1
Views: 704
Reputation: 17406
The scrollbar will not be displayed if your remove the margin
property from the body_pages
class. See: http://jsfiddle.net/gdJkr/3/
Upvotes: 2