gpt4 book ai didi

html - 如何让页脚不阻塞 HTML 中的 div 部分?

转载 作者:行者123 更新时间:2023-11-28 00:18:53 25 4
gpt4 key购买 nike

我上传了问题的图片。 /image/SMHM2.png

------------

    #footer{
position:fixed;
left:0px;
bottom:0px;
height:30px;
width:100%;
background:#951;
}
#content{
width: 80%;
height: 100%;
float: left;
}

如果有人能告诉我这个问题或有任何建议,我将不胜感激。谢谢!

最佳答案

最快的解决方案是在底部添加一些间距以向下推视口(viewport):

#content{
margin-bottom: 150px; /* <-- Adjust if necessary */
width: 80%;
height: 100%;
float: left;
}

关于html - 如何让页脚不阻塞 HTML 中的 div 部分?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54963447/

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