wikasa / wikasa-frontend

0 stars 0 forks source link

Important details #14

Open ramaman opened 10 years ago

ramaman commented 10 years ago

Add max height to page area to prevent footer being too high

Footer needs to be longer and should have more margin to the page

ghost commented 10 years ago

This is the classic STICKY FOOTER issue.

Tried to implement this : http://css-tricks.com/snippets/jquery/jquery-sticky-footer/ But it does not work yet, and it depends on jQuery anyway.

Now trying these methods: http://css-tricks.com/snippets/css/sticky-footer/ http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/ http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ http://getbootstrap.com/examples/sticky-footer/