min-height:100% ๋ฅผ ์ด์šฉํ•ด์„œ footer๋ฅผ ํ™”๋ฉด์•„๋ž˜์— ๊ณ ์ •ํ•˜๊ธฐ

2012. 9. 18. 11:47ยทBefore. 2021

/* 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์™€ ๊ฐ™์ด ๋†’์ด๊ฐ’๋“ฑ์„ ๋„ฃ์–ด์ฃผ๋ฉด



์•„๋ž˜์™€๊ฐ™์€ ํ™”๋ฉด์ด ๋ณด์—ฌ์ง€๊ฒŒ๋ฉ๋‹ˆ๋‹ค.










์ฐธ๊ณ ๋กœ 
*html #container{height:100%;}๋ฅผ ๋„ฃ์ง€์•Š์œผ๋ฉด IE6์—์„œ ์ •์ƒ์ ์œผ๋กœ ์ถœ๋ ฅ๋˜์ง€์•Š์Šต๋‹ˆ๋‹ค.




์ฐธ๊ณ )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
'Before. 2021' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€
  • text-index:-9999px ๋Œ€์ฒด ๋ฐฉ๋ฒ•
  • ์ฑ… ์ถ”์ฒœ
  • ์›น์„ ๋งŒ๋“ค์–ด๊ฐ€๋Š”๋ฐ ์žˆ์–ด์„œ ์ˆ™์ง€ํ•ด์•ผํ•  ์›น ์ ‘๊ทผ์„ฑ[๋””์ž์ธ]
  • ์›น์„ ๋งŒ๋“ค์–ด๊ฐ€๋Š”๋ฐ ์žˆ์–ด์„œ ์ˆ™์ง€ํ•ด์•ผํ•  ์›น ์ ‘๊ทผ์„ฑ[ํ”„๋กœ๊ทธ๋žจ]
๋น™๊ณ ๊ตฌ๋ง›ํƒ•
๋น™๊ณ ๊ตฌ๋ง›ํƒ•
์›นํผ๋ธ”๋ฆฌ์…”๋กœ ์‹œ์ž‘ํ•ด ํ”„๋ก ํŠธ์—”๋“œ ๊ฐœ๋ฐœ์ž๋กœ ์„ฑ์žฅํ•˜๊ธฐ๊นŒ์ง€์˜ ์—ฌ์ •์„ ๋‹ด๋‹ค.
  • ๋น™๊ณ ๊ตฌ๋ง›ํƒ•
    ๐•Ž๐”ผ๐”น ๐”ธ๐•ƒ๐•ƒ ๐•ƒ๐•†๐”พ
    ๋น™๊ณ ๊ตฌ๋ง›ํƒ•
  • ์ „์ฒด
    ์˜ค๋Š˜
    ์–ด์ œ
    • ์ „์ฒด๋ณด๊ธฐ (40)
      • Before. 2021 (40)
  • ์ตœ๊ทผ ๊ธ€

  • hELLOยท Designed By์ •์ƒ์šฐ.v4.10.2
๋น™๊ณ ๊ตฌ๋ง›ํƒ•
min-height:100% ๋ฅผ ์ด์šฉํ•ด์„œ footer๋ฅผ ํ™”๋ฉด์•„๋ž˜์— ๊ณ ์ •ํ•˜๊ธฐ
์ƒ๋‹จ์œผ๋กœ

ํ‹ฐ์Šคํ† ๋ฆฌํˆด๋ฐ”