gpt4 book ai didi

html - 对话框内 div 的滚动问题

转载 作者:行者123 更新时间:2023-11-28 09:42:53 25 4
gpt4 key购买 nike

我在 jQuery 对话框中创建了一个 div,我希望这个 div 有一个垂直滚动条。由于某种原因,内容不会滚动。它一直在继续。

这是 HTML 代码:

<input type="button" value="open" id="btnOpen">
<div id="myDialog">
<div style="width: 350px; display: inline-table; overflow-y: scroll; height: 200px; margin-right: 50px;" id="divAvailableHosts">
test<br />test<br />
test<br />test<br />
test<br />test<br />
test<br />test<br />
test<br />test<br />
test<br />test<br />
test<br />test<br />
test<br />test<br />
test<br />test<br />
test<br />test<br />
test<br />test<br />
test<br />test<br />
test<br />test<br />
test<br />test<br />
test<br />test<br />
test<br />test<br />
test<br />test<br />
</div>
</div>

我还创建了 a fiddle演示问题。

最佳答案

检查这个fiddle .

你只需从样式中删除 display:inline-table

<div style="width: 350px;overflow-y: scroll; height: 200px; margin-right: 50px;" id="divAvailableHosts">

关于html - 对话框内 div 的滚动问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25352136/

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