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 の下からのみ開始できます。
これはフレームを使用せずに可能ですか
前もって感謝します
はい、あなたはそれを行うことができます
.some-class { position: fixed; top: 0 ... }