高分求高手解决HTML上下滚动条的代码
发布网友
发布时间:2022-10-11 07:18
我来回答
共3个回答
热心网友
时间:2023-10-12 06:48
<div style="border:1px solid red; height:100px; overflow-y:auto;">
<div>
<div style="border:1px solid red; width:100px; height:100px; float:left;">高分</div>
<div style="height:100px; width:500px; background:#999; float:right;">高分</div>
<div style="clear:both"></div>
</div>
<div>
<div style="border:1px solid red; width:100px; height:100px; float:left;">高分</div>
<div style="height:100px; width:500px; background:#999; float:right;">高分</div>
<div style="clear:both"></div>
</div>
</div>
热心网友
时间:2023-10-12 06:48
设置固定高度Overflow:auto 就可以了吧。。
热心网友
时间:2023-10-12 06:49
设置个高度也行