gpt4 book ai didi

html - 页面底部的页脚

转载 作者:行者123 更新时间:2023-11-28 13:32:11 24 4
gpt4 key购买 nike

我希望我的页脚位于页面底部,但它不起作用。总有一个滚动条,这是为什么?

http://www.yannickluijten.be/luc/website/

#top {
position: relative;
width: 100%;
height: 50px;
background: #00aeef;

#wrapper {
position: relative;
width: 960px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -20px;

#footerbg {
width: 100%;
height: 20px;
background: #d7d7d7;

.push {
height: 20px;

<div id="top"></div>
<div id="wrapper">
<div class="push"></div>
</div>
<div id="footerbg"></div>

最佳答案

包装器应该是内容的容器

看看这里:http://jsfiddle.net/F577v/

<div id="top"></div>
<div id="wrapper">
<div id="content"><p>content here</p></div>
</div>
<div id="footerbg"></div>

我让页脚与 wrapper 的底部对齐,如果您想将顶部移到外面也可以,但请记住,您还必须调整底部填充以补偿其高度。

在此处查看更新代码:http://jsfiddle.net/F577v/2/

关于html - 页面底部的页脚,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13430370/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com