原文地址:http://www.eliostruyf.com/sticky-footer-solution-for-sharepoint-2013/ 照搬全文: OFFICE 365 & SHAREPOINT SEARCH / DEVELOPMENT / BRANDING Sticky Footer Solution for SharePoint 2013 ON JAN 23, 2013 BY ELIO STRUYF WITH 52 COMMENTS Footers and SharePoi…
在设计网站的时候,如果你某个页面的内容没有满屏,那你的footer会离浏览器底部很远,整体看起来很难看,这里用JavaScript提供一种方法来将footer固定在浏览器底部. function fixFooter(){ var mainHeight = document.getElementById('main').offsetHeight; var height = document.documentElement.clientHeight …
使用css,参考国外的一个解决方法: http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ How to use the CSS Sticky Footer on your website Add the following lines of CSS to your stylesheet. The negative value for the margin in .wrapper is the same number as t…