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.
Twitter や Facebook のように安定したナビゲーション バーを作成するにはどうすればよいですか? これらのサイトでは、ナビゲーション バーはひるむことさえありません。常に表示され、ページのコンテンツのみが変更されますか? どうすればそのようなことができますか?
CSSposition: fixedプロパティを使用して、ナビゲーション バーが常にコンテンツではなくブラウザー ウィンドウに対して相対的に配置されるようにします。
position: fixed