긴급!!! 답변 부탁합니다~ 레이아웃 잡는법좀~~
희선
style type=text/css
!--
#header {
background:#369;
height:50px;
}
#menu {
width:30%;
background:#ccc;
}
#content {
position:absolute;
top:50px;
right:0;
width:70%;
border:1px solid #ff3300;
}
#footer {
clear:both;
background:#cc9;
height:50px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
--
/stylediv id=wrap
div id=header
헤더
/div
div id=menu
p......메뉴....../p
p......메뉴....../p
/div
div id=content
p컨텐트/p
p컨텐트/p
p컨텐트/p
/div
div id=footer
풋터
/div
/div고민하다가 요렇게 했지요.. 그래서 원하는대로 만들긴 했는데...
맞건 틀리건 해결되서..ㅋㅋ 글 수정했어요~^^
-
옆집언니
position:absolute...절대위치..top,left를 쓰는게 문법에 맞는거 아닌가여?
-
나리
position:absolute하시구 top,left를 쓰지 마시고 copy부분을 한번 해보세요 ㅎ_ㅎ
-
화이티
header와 wrap로 상하 두개로 나누시고 wrap에 bg attachment를 bottom으로 주신후
좌/우 한개로 나눠서 작업하시면 될듯 한데요-
저 그림으로만 봤을때 copyright가 좌측 두개의 division 하단에 위치하는게 맞는다면요- -
누리봄
id에 해당하는것을 보기편하게 style로 넣어놨습니다... 실제작업시에는 css파일 생성하여 따로 빼놔야겠죵..
div id= headerheader/div
div id=menu style=\float:left; height:300px;\
div id=left style=\float:left; width:100px; height:100px; background:#00ff00;\left /div
div id=content1 sty