레이아웃 질문있어요..ㅠ
우울녀
레이아웃 질문 해보아요..
body 높이값에 상관없이 left1메뉴가 bottom위에 딱 붙어 있었으면 좋겠는데.. float만 가지고는 잘 안되네요
position:absolute해도 그냥 그자리에 고정만 되고..
left1메뉴를 bottom위에 붙일 수 있는 방법이 없을까요? 스크립트 사용을 해야하나요ㅠ
답변 부탁드립니다(__)
style type=text/css
html, body{height:100%;}
body{margin:0; padding:0; text-align:center;}
#all {width:940px; margin:0 auto; min-height:100%;}
#head {height:100px; background-color:#eb8181;}
#left {width:140px; height:200px; background-color:#f9c072; float:left;}
#left_1{width:140px; height:200px; background-color:#a9d864; float:left;}
#body {width:800px; height:300px; background-color:#76d1f5; float:left;}
#footer {height:50px; background-color:#9a81eb; clear:both; margin:-50px auto 0 auto;}
/stylebody
div id=all
div id=head
head
/div
div id=left
left
/div
div id=body
body
/div
div id=left_1
left_1
/div
/div
div id=footer
footer
/div
/body