Created
May 14, 2012 22:13
-
-
Save spilliams/2697774 to your computer and use it in GitHub Desktop.
Make Ryan Fait's Sticky Footer work with ZURB Foundation
coreysyms
Could you help get your Sticky Footer work with Foundation 4.
Thank you.
@neilkpd had the same problem but found a slice of jquery code that helped me out.
http://www.egstudio.biz/sticky-footer-with-jquery/
I did it like this:
- Paste the code in stickyFooter.js and place it under js/custom
- Include the js file above
- Make sure your footer element has a id footer (or change the js file)
@neilkpd The sticky footer is supported in Foundation 4, jump over to my git page and email me if you have any questions. PS i didnt see your question because you forgot the @ before my name.
@monicams I can not seem to get this stickyfoundationfooter.js to work. Can you elaborate?
Thank you!
hey sorry for the silence. didn't realize I was getting comments until today when I wanted to use this thing again. The html to use this with is very similar to Ryan Fait's example. It's:
<body>
<div class="wrapper">
all of your html
<div class="push"></div>
</div>
<div class="footer>
<div class="row">
footer stuff
</div>
</div>
</body>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This sticky footer will work with out a #wrapper or fixed heights and in mobile as well. http://tangerineindustries.com/download/sticky_footer/