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.
上部に高さ80pxの固定タイトルdivがあります。これで、div を指すリンク「方法」ができました。
<div id="how"> <!-- Some description here --> </div>
しかし、実際にリンクをクリックしてみると、header div が流れていないため、#how div の上部を覆ってしまいます。リンクをクリックすると、#div リンクが 80px のオフセットで表示されるように、オフセットを設定するにはどうすればよいですか?