gpt4 book ai didi

javascript - 如何让div变成带滚动条的容器?

转载 作者:太空狗 更新时间:2023-10-29 14:40:10 24 4
gpt4 key购买 nike

这是简单的代码:

<div id="container">            

<div id = "information">
</div>

</div>

当我将“信息”更改为宽度 1000,容器宽度为 100 时,“信息”变得很长,但我想让信息 div 放在 div 中......我的意思是,我希望容器有滚动条,如果信息的宽度比容器长。我该怎么做?谢谢。

最佳答案

#container {
overflow: auto;
}

关于javascript - 如何让div变成带滚动条的容器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4336129/

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