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 style="position:fixed;"> <p>Hello World</p> </div>
位置:固定 ブラウザー ウィンドウに対して相対的に配置された絶対配置要素を生成します。要素の位置は、"left"、"top"、"right"、および "bottom" プロパティで指定されます。 ソース: http://www.w3schools.com/Css/pr_class_position.asp
位置:固定
ブラウザー ウィンドウに対して相対的に配置された絶対配置要素を生成します。要素の位置は、"left"、"top"、"right"、および "bottom" プロパティで指定されます。
ソース: http://www.w3schools.com/Css/pr_class_position.asp
これを行うには、CSSを使用する必要があります。
<div style="position:fixed">