Zurb Foundation Sticky Footer
问题 I want to have sticky footer using Foundation 4, and I want to use HTML5 <footer> tag, not <div class="footer"> . Also I just don't want to change the foundation.css, not to break it other parts of the framework. I tried http://tangerineindustries.com/download/sticky_footer/ but it doesn't work on Chrome and IE 10. Any suggestion how to achieve it, either css only or js? Is it possible to do it only changing app.css and/or app.js? 回答1: This post explains my favorite method, using CSS only.