aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/stacking_context/index.html
blob: b28ba6e62c6ad212866e3fa2c2da64b385232d96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: 쌓임 맥락
slug: Glossary/Stacking_context
tags:
  - CSS
  - CodingScripting
  - Glossary
translation_of: Glossary/Stacking_context
---
<p><strong>쌓임 맥락</strong>은 마치 책상 위의 카드를 옆으로 늘어놓거나 서로 겹치게 만들 수 있듯, 웹 페이지에서 어떤 요소가 위에 그려지는지 결정하는 방법입니다.</p>

<h2 id="더_알아보기">더 알아보기</h2>

<h3 id="일반_지식">일반 지식</h3>

<ul>
 <li><a href="/ko/docs/Web/CSS/Understanding_z-index/The_stacking_context">자세한 설명과 예제</a></li>
</ul>