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の高さを修正し、スクロールバーを追加して、すべてが1ページに収まるようにしようとしています。
私はこれの初心者で、さまざまなWebサイトでさまざまな指示に従おうとしましたが、何もうまくいきませんでした。とても親切な人にそれを分解してもらいたいです!
この方法で div のスタイルを設定する必要があります。
<div style="width:191px; height:190px; overflow:auto;" ..>text</div>
属性「オーバーフロー」は、div コンテンツが大きすぎる場合にスクロールバーを設定します。