gpt4 book ai didi

html - 粘性页脚(不固定)隐藏主要内容

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

也许我做错了(像往常一样叹息)但问题是,一旦内容一直向下,我就会在页脚后面看到主要内容。虽然它通过在内容开始填满后向下插入页脚来完成我想要它做的事情......但是它有一定数量的信息总是隐藏在页脚后面。是因为 float /位置吗?

从这个codepen URL可以看出: http://codepen.io/anon/pen/ygGZNR

height: 200px;
position: absolute;
width: 100%;
bottom: 0;
left: 0;
border-top: 1px solid red;

页脚从红线所在的位置开始,您会发现问题所在。

请求:我希望页脚现在具有相同的效果,在主窗口中保持固定,没有/只有很少的内容,但一旦内容接近它就会被推下,谢谢男孩女孩们!

最佳答案

如下更新你的CSS

position: absolute; 改为 position:relative;

#footer{
/*background-image: url("../img/Me_footer.jpg");*/
height: 200px;
/*background-color: red;*/
position:relative;
width: 100%;
border-top: 1px solid red;
}

关于html - 粘性页脚(不固定)隐藏主要内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42204330/

24 4 0
文章推荐: html - border-radius 生成eclipse,需要90度圆 Angular 。 CSS
文章推荐: javascript - 我无法使用 Javascript 中的 getElementsByClassName 方法访问
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com