Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试修复“正文”div 的高度并添加一个滚动条,以便所有内容都保持在一页上。
我是这方面的初学者,并尝试在不同的网站上遵循一系列不同的说明,但没有任何效果,只是希望一些非常好的人为我分解它!
您必须以这种方式设置 div 的样式:
<div style="width:191px; height:190px; overflow:auto;" ..>text</div>
如果 div 内容太大,属性“溢出”设置滚动条。