gpt4 book ai didi

html - DIV内容不溢出

转载 作者:行者123 更新时间:2023-11-28 00:28:47 29 4
gpt4 key购买 nike

下面的代码在除 IE 之外的所有浏览器中都能正常工作。溢出不起作用。谢谢。

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
<style type="text/css">
#scroll {
width: 500px;
height: 250px;
overflow: auto;
}

.box {
position: relative;
height: 100px;
}
</style>

</head>
<body>
<div id='scroll'>
<div class='box' style="background-color: red;"></div>
<div class='box' style="background-color: black;"></div>
<div class='box' style="background-color: yellow;"></div>
<div class='box' style="background-color: blue;"></div>
<div class='box' style="background-color: green;"></div>
</div>
</body>
</html>

最佳答案

关于html - DIV内容不溢出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3576463/

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