html div 屏幕最下部,将div的高度适合屏幕高度并将页脚固定到底部

我有一个网站,当页面没有足够的内容时,页脚向上移动并且不会粘到底部。我试着去弄清楚如何使脚注和头部伸展的可用空间之间的DIV为了使页脚留在底部,不可能是这个样子:将div的高度适合屏幕高度并将页脚固定到底部

T1ELB.jpg

我试着将我的身高设置为100%但不起作用。

HTML:

© Copyright by SimKessy

CSS:

body{

width: 100%; /*always specify this when using flexBox*/

height:100%;

display: -webkit-box;

display: -moz-box;

display: box;

text-align:center;

-webkit-box-pack:center; /*way of centering the website*/

-moz-box-pack:center;

box-pack:center;

background:url('images/bg/bg9.jpg') no-repeat center center fixed;

-webkit-background-size: cover;

-moz-background-size: cover;

background-size: cover;

}

#wrapper{

max-width: 850px;

display: -moz-box;

display: -webkit-box; /*means this is a box with children inside*/

-moz-box-orient:vertical;

-moz-box-flex:1;

-webkit-box-orient:vertical;

-webkit-box-flex: 1; /*allows site to grow or shrink 1 = flex 0 = statix*/

background: rgba(0,0,0,0.7);

height:100%;

z-index: 1;

}

#body_div{

display: -webkit-box;

-webkit-box-orient:horizontal;

display: -moz-box;

-moz-box-orient:horizontal;

color:#000000;

margin-top: 190px;

height: 100%;

}

#main_section{

/* border:1px solid blue;*/

-webkit-box-flex: 1;

-moz-box-flex:1;

margin: 20px;

padding: 0px;

height:100%;

width: 100%;

}

2013-03-16

Batman

+0

谷歌粘页脚它展示了如何让你的网站页脚粘贴到页面底部。 –

2013-03-16 20:26:21

+0

嘿,对不起,解决方案有点让事情变得最糟糕。 –

2013-03-20 05:18:04

+0

啊。如果仍有问题,我可以编辑我的解决方案。可以详细说明下面的解决方案的问题是什么?如果需要,我会很高兴添加一些新的修补程序。 –

2013-03-20 05:19:45

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值