/* html */
<body>
<div id="header">
<h3>header</h3>
</div>
<div id="container">
<div class="cont">
<h3>container</h3>
</div>
</div>
<div id="footer">
<h3>footer</h3>
</div>
</body>
/* css */
html, body{width:100%height:100%}
html{width:100%;height:100%}
body{width:100%;height:100%}
html๊ณผ body์ height:100%๋ฅผ ์ ์ฉ์ํต๋๋ค.
#header{width:100%;height:50px;position:relative;z-index:20;overflow:hidden;background-color:#fcc}
๋ฐฑ๊ทธ๋ผ์ด๋์ปฌ๋ฌ๋ ์ ๋จนํ๋์ง ํ์ธ์ ์ํ๊ฒ์ผ๋ฟ์ ๋๋ค.
๋์ด๊ฐ์ ๊ผญ header์ ์ ํด์ฃผ์ด์ผ๋๋ฉฐ position์ด ํ์๋ก ์์ด์ผ์ง container๊ฐ ์ฌ๋ผ์์๋ z-index๋ฅผ ์ด์ฉํด์ container์์ ์ฌ๋ผ์ฌ์์์ต๋๋ค.
(z-index์ ๊ฐ์ ๋ฌด์กฐ๊ป container๋ณด๋ค ๋์์ผ๋จ)
#container{width:100%;min-height:100%;position:relative;z-index:10;margin:-50px 0 -50px 0;background-color:#FF6}
min-height์ ๊ฐ์ 100%๋ก ์ง์ ํด์ฃผ๊ณ position์ ์ด์ฉํด์ z-index๋ฅผ ๋ฎ์ถฅ๋๋ค.
margin์ ๊ฒฝ์ฐ top -50์ header์ ๋์ด๊ฐ bottom -50์ footer์ ๋์ด๊ฐ์ ๋ฃ์ด์ค๋๋ค.
.cont{padding-top:50px}
container๊ฐ header์ ์๋์ ์์นํด ์๊ธฐ๋๋ฌธ์ ๊ธ์ ์ ์์ ์ผ๋ก ๋ณด์ฌ์ฃผ๊ธฐ ์ํด cont์ padding-top:50์ ์ค๋๋ค(50์ header์ ๋์ด๊ฐ)
#footer{width:100%;height:50px;position:relative;z-index:20;overflow:hidden;background-color:#CCF}
footer๋ํ header์ ๊ฐ์ด ๋์ด๊ฐ๋ฑ์ ๋ฃ์ด์ฃผ๋ฉด
์๋์๊ฐ์ ํ๋ฉด์ด ๋ณด์ฌ์ง๊ฒ๋ฉ๋๋ค.
์ฐธ๊ณ )http://html.nhncorp.com/index.php?mid=textyle&category=5857&vid=blog&document_srl=634
'Before. 2021' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์ดํด๋ฆฝ์ค ๋จ์ถํค & ํ (0) | 2012.09.26 |
---|---|
text-index:-9999px ๋์ฒด ๋ฐฉ๋ฒ (0) | 2012.09.25 |
์ฑ ์ถ์ฒ (0) | 2012.09.25 |
์น์ ๋ง๋ค์ด๊ฐ๋๋ฐ ์์ด์ ์์งํด์ผํ ์น ์ ๊ทผ์ฑ[๋์์ธ] (0) | 2012.09.25 |
์น์ ๋ง๋ค์ด๊ฐ๋๋ฐ ์์ด์ ์์งํด์ผํ ์น ์ ๊ทผ์ฑ[ํ๋ก๊ทธ๋จ] (0) | 2012.09.25 |