--- title: Stacking context (重ね合わせコンテキスト) slug: Glossary/Stacking_context tags: - CSS - CodingScripting - 用語集 translation_of: Glossary/Stacking_context --- <p><ruby><strong>重ね合わせコンテキスト</strong><rp> (</rp><rt>Stacking context</rt><rp>) </rp></ruby>は、ウェブページ上の要素が他の要素の上にどのように配置されるかを表すもので、ちょうど机の上のインデックスカードを横に並べたり重ねたりするようなものです。</p> <h2 id="Learn_more" name="Learn_more">理解を深める</h2> <h3 id="General_knowledge" name="General_knowledge">一般知識</h3> <ul> <li><a href="/ja/docs/Web/Guide/CSS/Understanding_z_index/The_stacking_context">詳しい説明と例</a></li> </ul>