# Work110 footer 영역 항상 하단에 고정하기 footer 영역 항상 하단에 고정하기 IE6.0 은 코드를 꼭 따로 줘야함. - css 부분 /* Common */ html, body { height: 100%; margin: 0; padding: 0; font-size: 12px; font-family: "돋움"; color:#444;} /* Layout */ #head { position: relative; z-index: 1; height: 260px; margin:0 auto; text-align:center; background:red;} /* 높이값을 꼭 줘야 함*/ #body { min-height: 100%; margin: -260px 0 -70px; background:blue; } /* head 의 높이값과 footer 의 높이값 .. 2011. 1. 21. 이전 1 ··· 102 103 104 105 106 107 108 ··· 110 다음