aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/stacking_context/index.html
blob: 0fc362f72831e05384ccd574177f6a0f8b24d8b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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>