gpt4 book ai didi

css - 导致DIV填满页面?

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

我见过一些这样的问题,但它们已经过时了,而且没有一个解决方案对我有用...

我有一个简单的html

<div id='outer'>
<div id='nav'></div>
<div id='content'>
<!-- html -->
</div>
<div id='footer'></div>
</div>

和我的CSS

#outer {width: 800px; margin: 30px auto;}
#nav {height: 40px; width: 800px;}
#content {width: 800px;}
#footer {height: 40px; width: 800px;}

内容似乎可以选择自己的高度,并且无论其中包含什么都保持该高度。我怎样才能让它 (#content) 填充其内容的空间?

最佳答案

#content 默认设置为 height:auto,它根据内容设置高度。如果您要求页脚即使没有足够的内容填满屏幕也将保留在屏幕底部,那么您需要使用某种“粘性页脚”。

Ryan Fait's sticky footer是我用过的最好的。

关于css - 导致DIV填满页面?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15697828/

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