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.
BはAの内容でスクロールします。Aの内容でスクロールしないように固定したいのですが、どうすればよいですか?「A」もブロックで、「B」は「A」の中にあります。
position:fixed;CSS タグを使用します。
position:fixed;
div#b { position: fixed; top: 0px; right: 0px; }
position:fixedではなく使用してみてくださいposition:absolute
position:fixed
position:absolute