반응형
html, body { height: 100%; margin: 0; padding: 0; }
#header { height: 100px; background: #ddd; position: relative; z-index: 1; }
#content-box { min-height: 100%; margin: -100px 0 -50px 0; }
*html #content-box { height: 100%; }
#content { padding: 100px 0 50px 0; }
#footer { height: 50px; background: #ddd; }
<div>header (height 100pixel) </div>
<div>
<div> <p>contents</p><p>contents</p><p>contents</p> </div>
</div>
<div> footer (height 50pixel) </div>
2번째방법
contents{height:expression(document.body.clientHeight-130);}
130 -> 상단 height와 하단 height값
반응형
'CSS HTML5 > 퍼블리싱 팁' 카테고리의 다른 글
제목이 길 경우 점선으로 나오게 하는... (0) | 2016.11.09 |
---|---|
css 세로 중앙 정렬 할때 (0) | 2016.11.09 |
특수문자 코드표 (0) | 2016.11.09 |
div 영문만 나열했을 경우 문제 (0) | 2016.11.09 |
익스6 png배경을 위한 스타핵 (0) | 2016.11.09 |