gpt4 book ai didi

css - 将页脚设置为最小高度但如果向下推则更高?

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

我在网站上工作,我正在使用 WordPress 和基于 Lubith 制作的自定义主题。它会生成包括 CSS 在内的整个主题,但是,它没有任何选项可以将页脚保持在最小距离,我需要自己编写代码。但是,我不知道该怎么做。那么,如何将页脚设置为页面下方的最小像素数,然后在内容到达时使其随内容缩放。

我认为这是页脚的 CSS:

#footer {
height: 40px;
position: relative;
clear: both;
padding: 1px 60px 0 0;
background: url(images/main-footer.gif) no-repeat center top;
}

谢谢

最佳答案

要设置最小高度,您可以执行 min-height:40px;

关于css - 将页脚设置为最小高度但如果向下推则更高?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8196234/

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