gpt4 book ai didi

html - 带有粘性页脚的 CSS 多个最小高度 : 100% sections,

转载 作者:太空宇宙 更新时间:2023-11-04 15:41:43 24 4
gpt4 key购买 nike

我知道有很多问题询问如何制作粘性页脚和 100% 最小高度的主容器。但是我怎样才能拥有多个部分并使每个部分的最小高度达到 100%,同时仍将页脚推到下方?

我有以下内容,这些部分都很好,100%,但页脚没有被压下。

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>test</title>
<style type="text/css" media="all">
html, body, .main-container{height:100%;}
section{min-height: 100%;}
.footer-container{height: 100px;}
</style>
</head>
<body>
<div class="header-container">
<header>
header
</header>
</div>
<div class="main-container">
<section>
section
</section>
<section>
section2
</section>
<section>
section3
</section>
</div>
<div class="footer-container">
<footer>
footer
</footer>
</div>
</body>
</html>

对应的jsFiddle:http://jsfiddle.net/S7h8s/

最佳答案

关于html - 带有粘性页脚的 CSS 多个最小高度 : 100% sections,,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12060164/

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