묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
div 질문
2008.08.06 09:16
분명히 그냥 저 소스만으론 잘 되는데
왜 제로보드 레이아웃 파일에 넣으면
이런 식일까요
[style>
body {margin:0px;height:100%;}
#content-box {
height:100%;
width:1200px;
border:1px solid black;
}
#gnb {
width:180px;
float:left;
height:100%;
background:#A52A00;
color:white;
padding:5px;
border:1px solid black;
}
#content {
float:left;
width:640px;
padding:5px;
left:200px;
height:100%;
border:1px solid black;
}
#contentRight {
float:left;
width:200px;
border:1px solid black;
background: green;
height:100%;
}
[/style>
왜 제로보드 레이아웃 파일에 넣으면
이런 식일까요
1
{$content}
3