gpt4 book ai didi

html - 使 css 页脚保持在内容下方

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

我有这个 CSS:

.lh_container {
width:960px;
margin:0 auto 40px auto;
position:relative;
}

.lh_footer {
position:absolute;
bottom:0;
width:100%;
height:60px; /* Height of the footer */
background:#6cf;
}

.lh_footer-container {
display:block;
width:80%;
margin: 0 auto;
overflow: hidden;
}

和这个 HTML:

<div class="lh_container">

<div class="lh_footer">
<div class="lh_footer-container">

<div class="lh_footer_text">
&copy; Copyright <?php echo date("Y"); ?>
</div>

</div>
</div>

</div><!-- container -->

但页脚不会停留在页面底部 - 我怎样才能做到这一点?

最佳答案

使用 fixed 而不是 absolute

http://jsfiddle.net/pnLyh/

关于html - 使 css 页脚保持在内容下方,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19169538/

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