gpt4 book ai didi

javascript - 当使用 css 或 jquery 出现新的 div 时如何增加自动高度?

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

页面有页眉和页脚,正文中有两个按钮(第一个和第二个按钮)。当我点击第一个按钮时,将显示一个 div(高度为 400 像素),并且主体的大小也会增加

当我点击第二个按钮时,第一个 div 将消失,另一个高度为 700px 的 div 将增加 body 的大小。

那么如何根据出现的div的大小来增加body的高度呢?

最佳答案

例如,您可以在 css 中使用换行..

CSS:

#wrapper
{
padding: .1em;
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

html/或任何文件:

<div id="wrapper"> <!-- main div for the body that wraps -->
<!-- put your functions and whatever inside the wrapper div -->
<div> Another div you add </div>
<div> Another div you add </div>
</div>

关于javascript - 当使用 css 或 jquery 出现新的 div 时如何增加自动高度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36172345/

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