<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/setpage.php");
include_once("$g4[path]/lib/thumb.lib.php");
/*
$xml = file_get_contents("{$g4[path]}/flash/mainmenu.xml");
$parser = new XMLParser($xml);
$parser->Parse();
*/
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/setpage.php");
include_once("$g4[path]/lib/thumb.lib.php");
/*
$xml = file_get_contents("{$g4[path]}/flash/mainmenu.xml");
$parser = new XMLParser($xml);
$parser->Parse();
*/
$cPos = substr($fixPageMode,0,1);
$fixNum = "";
if($cPos == "x"){
$fixNum = 5;
}elseif($cPos == "y"){
$fixNum = 6;
}else{
$fixNum = substr($fixPageMode,1,2) - 1;
}
if($cPos == "x"){
$fixNum = 5;
}elseif($cPos == "y"){
$fixNum = 6;
}else{
$fixNum = substr($fixPageMode,1,2) - 1;
}
if($sel_id){
$fixPageMode = substr($fixPageMode,0,4) . $sel_id ;
}
?>
<div id="subbg">
<div id="subwrapper">
<div id="header"><script language=javascript>flash_movie2("<?=$g4[path]?>/flash/mainnavi.swf", "mainnavi", 950, 120, "transparent");</script></div>
<div id="subvisual"><? include_once("subvisual.php") ?></div>
<div id="subcontent">
<div id="subcon1"><? include_once("../sub1/leftmenu.php") ?></div>
<div id="subcon2"><img src="../images/sub1title.jpg">
<div id="subwrapper">
<div id="header"><script language=javascript>flash_movie2("<?=$g4[path]?>/flash/mainnavi.swf", "mainnavi", 950, 120, "transparent");</script></div>
<div id="subvisual"><? include_once("subvisual.php") ?></div>
<div id="subcontent">
<div id="subcon1"><? include_once("../sub1/leftmenu.php") ?></div>
<div id="subcon2"><img src="../images/sub1title.jpg">
#subbg {
width:950px;
background:url(/images/bg.jpg) repeat-x;
}
#subwrapper {
margin:auto;
width:950px;
background:url(/images/bg.jpg) repeat-x;
}
#subwrapper {
margin:auto;
width:950px;
}
이런식으로 되어있는데요 메인페이지도 똑같이 했는데 메인은 중앙정렬이 됐거든요
근데 서브는 중앙으로 움직일 생각을 안하네요 이거 왜이럴까요 도와주세요 ㅠ
댓글 11개
LaRuota
14년 전
상단 include에서 css 파일은 불러들이셨죠?
#subwrapper 에서
margin:0 auto; 로 수정해보세요..
아주가끔css 꼬여서 이도저도 안되면 <center> 때려넣어버리기도 합니다..
#subwrapper 에서
margin:0 auto; 로 수정해보세요..
아주가끔css 꼬여서 이도저도 안되면 <center> 때려넣어버리기도 합니다..
14년 전
subbg 안에 subwrapper 가 포함되는 형식이라 지금은 subbg 에 margin: 0 auto; 를 넣으셔야 할겁니다.
subbg, subwrapper 가 동일하게 가로 950인데 부모격인 subbg 는 기본정렬이 좌측이니 950 내에서 950을 가진 subwrapper 가 화면 중앙으로 올 수가 없는 것이죠.
subwrapper 크기를 950보다 작게 하시고 margin: 0 auto 로 스타일 주시고 테스트해보시면 금방 이해되실 겁니다.
subbg, subwrapper 가 동일하게 가로 950인데 부모격인 subbg 는 기본정렬이 좌측이니 950 내에서 950을 가진 subwrapper 가 화면 중앙으로 올 수가 없는 것이죠.
subwrapper 크기를 950보다 작게 하시고 margin: 0 auto 로 스타일 주시고 테스트해보시면 금방 이해되실 겁니다.
leadK
14년 전
<div id="subwrapper" class="subbg">
#subwrapper {
margin: 0 auto;
width:950px;
}
.subbg {
background:url(/images/bg.jpg) repeat-x;
}
이렇게 하면 안되는건가요 -ㅅ- 백그라운드가 중복되는게 아니라면 그냥 클래스로 처리해줘도 될것 같습니다만...
#subwrapper {
margin: 0 auto;
width:950px;
}
.subbg {
background:url(/images/bg.jpg) repeat-x;
}
이렇게 하면 안되는건가요 -ㅅ- 백그라운드가 중복되는게 아니라면 그냥 클래스로 처리해줘도 될것 같습니다만...
14년 전
DTD가 정의되어있어야해요
한번잘해보자
14년 전
댓글 달아주신 선배님들 모두모두 감사합니다 ( _ _ )
천천히 읽어보고 똑같이 따라한다고 했는데 먼가 제대로 안했나봐요 ^^;;;
계속 도전해야겠습니다
천천히 읽어보고 똑같이 따라한다고 했는데 먼가 제대로 안했나봐요 ^^;;;
계속 도전해야겠습니다
14년 전
네이트온으로 한번 봐드릴까요?
쪽지로 네이트온 아이디 보내주세요.
쪽지로 네이트온 아이디 보내주세요.
14년 전
제 생각도 DTD 선언-ㅅ-
14년 전
익스에서는 body 에 text-align:center; 이 있어야합니다. body {text-align:center;} 그리고 전체를 감싸고 있는게 #subbg 라면 여기에 #subbg {margin:0 auto; text-align:left;} 이렇게 줘보세요.
14년 전
드림위버라면 머리태그 속성에서 중앙정렬시키면되지않나요?;;
14년 전
<div style="width:100%; text-align:center;">
<div style="width:950px; margin:0 auto;">
내용
</div>
</div>
이런 방식이 아니면 LaRuota님 처럼 <center></center>를 넣어주셔도 될듯합니다.
대신 최 상위의 개념으로 center를 사용하셔야 할듯.
<div style="width:950px; margin:0 auto;">
내용
</div>
</div>
이런 방식이 아니면 LaRuota님 처럼 <center></center>를 넣어주셔도 될듯합니다.
대신 최 상위의 개념으로 center를 사용하셔야 할듯.
Lonnie
13년 전
DTD가...
게시판 목록
디자인
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 266 | 15년 전 | 728 | ||
| 265 |
terrorboys
|
15년 전 | 927 | |
| 264 |
|
15년 전 | 1575 | |
| 263 | 15년 전 | 1597 | ||
| 262 |
windday
|
15년 전 | 820 | |
| 261 |
|
15년 전 | 1090 | |
| 260 |
|
15년 전 | 830 | |
| 259 | 15년 전 | 1266 | ||
| 258 | 15년 전 | 4475 | ||
| 257 |
|
15년 전 | 1078 | |
| 256 | 15년 전 | 993 | ||
| 255 | 15년 전 | 1367 | ||
| 254 | 15년 전 | 913 | ||
| 253 | 15년 전 | 879 | ||
| 252 | 15년 전 | 3133 | ||
| 251 | 15년 전 | 958 | ||
| 250 | 15년 전 | 922 | ||
| 249 | 15년 전 | 906 | ||
| 248 | 15년 전 | 963 | ||
| 247 |
|
15년 전 | 1310 | |
| 246 | 15년 전 | 872 | ||
| 245 |
|
15년 전 | 655 | |
| 244 | 15년 전 | 1215 | ||
| 243 |
|
15년 전 | 3069 | |
| 242 |
|
15년 전 | 3246 | |
| 241 |
|
15년 전 | 3376 | |
| 240 |
|
15년 전 | 1806 | |
| 239 |
|
15년 전 | 1956 | |
| 238 | 15년 전 | 715 | ||
| 237 | 15년 전 | 1337 | ||
| 236 | 15년 전 | 752 | ||
| 235 | 15년 전 | 1436 | ||
| 234 | 15년 전 | 1308 | ||
| 233 | 15년 전 | 829 | ||
| 232 |
cncafe
|
15년 전 | 1298 | |
| 231 | 15년 전 | 883 | ||
| 230 | 15년 전 | 1586 | ||
| 229 |
|
15년 전 | 922 | |
| 228 | 15년 전 | 1102 | ||
| 227 | 15년 전 | 1751 | ||
| 226 | 15년 전 | 1156 | ||
| 225 | 15년 전 | 917 | ||
| 224 | 15년 전 | 3864 | ||
| 223 | 15년 전 | 879 | ||
| 222 | 15년 전 | 843 | ||
| 221 | 15년 전 | 1010 | ||
| 220 |
Mentor
|
15년 전 | 827 | |
| 219 | 15년 전 | 842 | ||
| 218 | 15년 전 | 712 | ||
| 217 | 15년 전 | 1969 | ||
| 216 | 15년 전 | 874 | ||
| 215 |
|
15년 전 | 828 | |
| 214 | 15년 전 | 1700 | ||
| 213 | 15년 전 | 986 | ||
| 212 | 15년 전 | 854 | ||
| 211 | 15년 전 | 682 | ||
| 210 |
|
15년 전 | 1072 | |
| 209 |
Mentor
|
15년 전 | 766 | |
| 208 | 15년 전 | 691 | ||
| 207 |
|
15년 전 | 734 | |
| 206 |
|
15년 전 | 814 | |
| 205 | 15년 전 | 947 | ||
| 204 | 15년 전 | 1159 | ||
| 203 | 15년 전 | 981 | ||
| 202 | 15년 전 | 2687 | ||
| 201 |
|
15년 전 | 839 | |
| 200 | 15년 전 | 921 | ||
| 199 | 15년 전 | 931 | ||
| 198 | 15년 전 | 979 | ||
| 197 | 15년 전 | 919 | ||
| 196 |
티즈코리아
|
15년 전 | 1167 | |
| 195 | 15년 전 | 848 | ||
| 194 | 15년 전 | 1121 | ||
| 193 |
|
15년 전 | 1302 | |
| 192 |
storm1
|
15년 전 | 936 | |
| 191 | 15년 전 | 4583 | ||
| 190 |
Mentor
|
15년 전 | 1067 | |
| 189 | 15년 전 | 1046 | ||
| 188 | 15년 전 | 5217 | ||
| 187 |
|
15년 전 | 1253 | |
| 186 |
네오애드컴
|
15년 전 | 1986 | |
| 185 |
Mentor
|
15년 전 | 1370 | |
| 184 |
|
15년 전 | 1088 | |
| 183 | 15년 전 | 919 | ||
| 182 | 15년 전 | 2669 | ||
| 181 |
dreamtonext
|
15년 전 | 1064 | |
| 180 | 15년 전 | 1163 | ||
| 179 | 15년 전 | 1034 | ||
| 178 | 15년 전 | 860 | ||
| 177 |
windday
|
15년 전 | 790 | |
| 176 |
|
15년 전 | 1064 | |
| 175 |
erevo
|
15년 전 | 1450 | |
| 174 |
erevo
|
15년 전 | 870 | |
| 173 |
erevo
|
15년 전 | 794 | |
| 172 |
erevo
|
15년 전 | 883 | |
| 171 |
erevo
|
15년 전 | 791 | |
| 170 |
|
15년 전 | 3272 | |
| 169 |
|
15년 전 | 2329 | |
| 168 |
|
15년 전 | 2571 | |
| 167 |
|
15년 전 | 3486 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기