DIV 내에서 제일 밑에 자식 DIV 위치시
Posted: 2005 09 06 11:17 10
DIV 내에서 제일 밑에 자식 DIV 위치시키려면 어떤 방법이 있을까요?
Firefox, Thunderbird 사용자 및 Mozilla 활동가 모임
http://3.34.94.169/
김호철 wrote:DIV 내에서 제일 밑에 자식 DIV 위치시키려면 어떤 방법이 있을까요?
Code: Select all
<div style="width: 100px; height: 50px; position: relative;">
<div style="width: 10px; height: 10px; position: absolute; right: 0; bottom: 0;"></div>
</div>