[CSS] Position - static, fixed, relative, absolute
<div style="position:relative;width:400px;height:400px;background:#eee;border:1px solid #333">AAA
<div style="position:absolute;top:5px;right:5px;width:100px;height:200px;background:#666;border:1px solid #333;color:#fff">BBB</div>
</div>
AAA
BBB
'웹이야기' 카테고리의 다른 글
[HTML] input 한글, 영문 입력 im-mode (0) | 2012.06.26 |
---|---|
[PHP] Header, GET, POST (0) | 2012.06.26 |
[PHP] 문자 대,소문자 변환 (0) | 2012.05.22 |
[HTML] input type=file 이미지버튼으로 (0) | 2012.05.17 |
[CSS] Media로 해상도별 작업하기 (0) | 2012.05.07 |