div 레이아웃 질문 좀 할게요 ;ㅅ;
뽀야
이런식으로 하고 싶은데 저 라인이.. 왼쪽으로 반복되고 아래로 반복되야 되서...... 고민하다가 2000px로 큰 배경을 깔고
밑으로 서브 컨텐츠 안에 보더 라인 을 반복시켰습니다.
그리고 html은 body
!-- #Include file=/include/top.html --
div class=sub_wrapper
div class=navi
!-- #Include file=/include/top_menu.html --
/div
div class=sub
div class=left_menu
!-- #Include file=/include/left_menu01.html --
/div
div class=content
내용일까요
그래요
내용이에요
아하하
테스트입니다.
아마도요
그럼요
잘되야할텐데요
/div
/div
/div
!-- #Include file=/include/footer.html --
/body로 주고..
/* sub layout*/
.sub_wrapper {
text-align:center;
width:100%;
background: #FFF url(../img/sub/sub_bg.jpg) repeat-x 50% 0;
word-break:break-all
}
.navi{
margin: 0 auto;
height:85px;
width:980px;
}
.navi_wrapper {
padding-right:3px;
text-align:right;
}
.sub {
margin: 0 auto;
width:980px;
}
.left_menu{
float:left;
width:250px;
height:290px;
}
.left01{
text-align:left;
padding-left:-10px;
}
.content {
width:730px;
height:auto;
float:right;
}
로 css를 설정했는데
다 ie에서는 잘되는데
firefox에서 하단 풋터부분이 오른쪽으로 밀려보이고, 컨텐츠 부분에 왼쪽메뉴와 컨텐츠가 나오는게 아니라.. 그 div 밑에
풋터 윗부분에 보여집니다..;;
뭔가 제가 잘못한거 같은데 ㅠㅠ........
잘모르겠네요..;
레이아웃 잡기 넘 힘드네요..ㅠㅠ
-
맑은누리
아 감사합니다!!! clear:both;를 넣으니까 똑바로 나오네요 - -;;;