将页脚冲洗至页面底部,Twitter引导程序

将页脚冲洗至页面底部,Twitter引导程序,第1张

将页脚冲洗至页面底部,Twitter引导程序

发现这里的代码片段非常适合引导

HTML:

<div id="wrap">  <div id="main" >    <p>Your content here</p>  </div></div><footer ></footer>

CSS:

html, body {  height: 100%;}#wrap {  min-height: 100%;}#main {  overflow:auto;  padding-bottom:150px; }.footer {  position: relative;  margin-top: -150px;   height: 150px;  clear:both;  padding-top:20px;}


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5498990.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-12
下一篇 2022-12-12

发表评论

登录后才能评论

评论列表(0条)

保存