gpt4 book ai didi

html - 修复页面底部的页脚

转载 作者:太空宇宙 更新时间:2023-11-03 23:57:35 24 4
gpt4 key购买 nike

我想在页面底部修复页脚,我试过了CSS

 #footer {
position: absolute;
botom: 0;
}`

HTML

<div class="row">

<div style="width: 155px; float: right;">
<a href="http://zazoo.com/privacy/">Privée </a> | <a href="http://zazoo.com/terms-of-service/"> Conditions </a>
</div>
</div>
<footer>
<hr>
<p>
zAZOO est un service de sTELLA SAS, 40, rue Raymond debré, 93450, St denis,<br /> France, RCS 510 752 645 NANTERRE
</p>
</footer>

最佳答案

在没有 id 的情况下试试这个你在这个 Demo 中使用 footer html5 标签

footer{
position:fixed;
bottom:0;
}

DEMO

使用 #footer,您可以使用下面的演示。

DEMO

#footer{
position:fixed;
bottom:0;
}

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

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