์ด๋ฒ ํฌ์คํ ์์๋ ๋ ์ด์ด ๊ด๋ จ CSS์์ฑ์ ๋ํด์ ์์๋ณด๋๋ก ํ๊ฒ ์ต๋๋ค.
์คํ๊ต ๋ ์งํฉ์ ๋ฐฐ์ฐ๊ฒ ๋๋ฉด ๋๊ทธ๋ผ๋ฏธ ๋๊ฐ๋ฅผ ๊ฒน์ณ์ ๊ทธ๋ฆฌ๋ ๊ฒ ๋ถํฐ ์์ํ์ฃ ?
๊ทธ๋ฐ๊ฒ์ด ๋ฐ๋ก ๋ ์ด์ด๋ง ํ๋ ๊ฒ์ ๋๋ค.
๋ ์ด์ด๋ง์ ์ํ ์์ฑ์๋ z-index๋ผ๋ ๊ฒ์ด ์์ต๋๋ค.
๋ค์ ์์ ๋ฅผ ํ๋ฒ ๋ณผ๊น์??
<div style="background-color:red; width:300px; height:100px; position:relative; top:10px; left:80px; z-index:2"> </div> <div style="background-color:yellow; width:300px; height:100px; position:relative; top:-60px; left:35px; z-index:1;"> </div> <div style="background-color:green; width:300px; height:100px; position:relative; top:-220px; left:120px; z-index:3;"> </div>
๊ฒฐ๊ณผ๋ ์๋์ฒ๋ผ ๋์ฌ ๊ฒ์ ๋๋ค.
|
์ด๋ค๊ฐ์??? ๊ฐ๋จํ์ฃ ???
Reference : http://www.tutorialspoint.com/css/css_layers.htm
'๐ป Programming > CSS' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[CSS] 24. Pseudo Elements ( ์๋ ์๋ฆฌ๋จผํธ ) (0) | 2016.06.12 |
---|---|
[CSS] 23. Pseudo Classes ( ์๋ ํด๋์ค ) (0) | 2016.06.12 |
[CSS] 21. Positioning ( ํฌ์ง์ ๋, ์์น ) (0) | 2016.06.12 |
[CSS] 20. Visibility ( ๊ฐ์์ฑ ) (0) | 2016.06.12 |
[CSS] 19. Scrollbars ( ์คํฌ๋กค๋ฐ ) (0) | 2016.06.12 |