html, body { height: 100%; } 

footer { positive: absolute; bottom: 0; }

footer감싸고 있는 wrapper { positive: relatvie; min-height: 100%; }


<body>

<div class="wrapper">

<div class="content">


</div>

<div class="footer">

Footer

</div>

</div>

</body>

기본적으로 이렇게하면 적용된다.

div 깊이가 있을 경우

<div class="depth-2-wrapper">

<div class="wrapper">

...

</div>

</div>

depth-2-wrapper height: 100% 로 유지시켜줘야한다.

설정

트랙백

댓글