묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
레이아웃만들었는데 콘텐츠부분의 페이지수정 이안나오네요..
2011.10.19 14:18
new.css==========================================
@charset "utf-8";
/* Layout */
*{margin:0; padding:0;}
body{_text-align:center;float:center;}
#wrap{float:center; width:1089px; _text-align:center; margin:0 auto;}
#header{float:center;width:1089px;}
#banner{float:center;width:1089px;}
#login{float:center;width:1089px;}
#container{width:1089px; float:center; position:relative; }
.snb{width:241px; float:left;}
#content{ border:0; margin: 0; padding: 0; top:0px; width:848px; float:right;}
#footer{width:100%; }
.clear{display:block; float:none; clear:both; height:0; width:100%; font-size:0 !important; line-height:0 !important; }
다 떠나서
float:center
라는건 없습니다.
그 외에는 css 상으로는 문제될게 없어 보이는데요.