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 のコンテンツが大きすぎて内側にスクロールします (overflow:auto)。
div のすべてのエントリには上部にアンカーがありますが、このアンカーに移動すると、サイドのすぐ上に配置したい要素がありますが、中央に配置したいです。通常よりも高くジャンプできるように、オフセットのようなものが必要です。
いつでも別のdivを追加してそれをラップし、次のようなことを行うことができます
.wrapperdiv{ position:relative; top:-10px; }