我相信您正在寻找 粘性页脚
从上面的文章:
layout.css:
* { margin: 0;}html, body { height: 100%;}.wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -142px; }.footer, .push { height: 142px; }html页面:
<html> <head> <link rel="stylesheet" href="layout.css" ... /> </head> <body> <div > <p>Your website content here.</p> <div ></div> </div> <div > <p>Copyright (c) 2008</p> </div> </body></html>



