gpt4 book ai didi

jquery - 如何使页面的div高度长度

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

我正在尝试让内容的 div 基本上占据页眉和页脚之间的整个页面高度。如果我使用:

  #content{ height: 100%; } 

它只与我在 div 中的内容一样高。有时我可能只有 1 个句子,但希望 div(带有背景或边框)延伸屏幕的长度,直到页脚只有 75px 高。

有没有办法用 CSS 轻松做到这一点?目前我拥有的是:

  <style>
#content {
margin-top: 0px;
height: 800px;
width: 800px;
margin-left: auto;
margin-right: auto;
background-color: #E0E0E0 ;
}
</style>
</head>
<body>
<div id="content">
this is a div! with some centered crap
</div>

最佳答案

添加:body, html { height:100% } 并将内容元素的高度也设置为 height:100%

关于jquery - 如何使页面的div高度长度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13315444/

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