<?
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가...
게시판 목록
디자인
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1466 | 11년 전 | 1379 | ||
| 1465 | 11년 전 | 1103 | ||
| 1464 |
아름다운세상
|
11년 전 | 2784 | |
| 1463 |
|
11년 전 | 1004 | |
| 1462 | 11년 전 | 1372 | ||
| 1461 |
|
11년 전 | 1429 | |
| 1460 |
|
11년 전 | 2065 | |
| 1459 |
아름다운세상
|
11년 전 | 5358 | |
| 1458 | 11년 전 | 1581 | ||
| 1457 | 11년 전 | 837 | ||
| 1456 | 11년 전 | 1566 | ||
| 1455 | 11년 전 | 1324 | ||
| 1454 |
jessica8318
|
11년 전 | 3027 | |
| 1453 | 12년 전 | 2429 | ||
| 1452 | 12년 전 | 6421 | ||
| 1451 | 12년 전 | 2041 | ||
| 1450 | 12년 전 | 1434 | ||
| 1449 |
|
12년 전 | 1658 | |
| 1448 | 12년 전 | 3352 | ||
| 1447 |
|
12년 전 | 1826 | |
| 1446 | 12년 전 | 1275 | ||
| 1445 | 12년 전 | 951 | ||
| 1444 | 12년 전 | 1611 | ||
| 1443 | 12년 전 | 1650 | ||
| 1442 |
|
12년 전 | 2148 | |
| 1441 | 12년 전 | 1286 | ||
| 1440 | 12년 전 | 3835 | ||
| 1439 |
초심의설렘
|
12년 전 | 1503 | |
| 1438 |
아름다운세상
|
12년 전 | 3673 | |
| 1437 | 12년 전 | 974 | ||
| 1436 | 12년 전 | 1824 | ||
| 1435 |
|
12년 전 | 1438 | |
| 1434 | 12년 전 | 3529 | ||
| 1433 | 12년 전 | 2955 | ||
| 1432 |
날품팔이소녀
|
12년 전 | 1732 | |
| 1431 | 12년 전 | 1990 | ||
| 1430 |
쿠크다스심장
|
12년 전 | 2298 | |
| 1429 | 12년 전 | 1183 | ||
| 1428 | 12년 전 | 1274 | ||
| 1427 | 12년 전 | 1939 | ||
| 1426 | 12년 전 | 3242 | ||
| 1425 | 12년 전 | 3470 | ||
| 1424 | 12년 전 | 1464 | ||
| 1423 | 12년 전 | 1392 | ||
| 1422 | 12년 전 | 2967 | ||
| 1421 | 12년 전 | 4271 | ||
| 1420 | 12년 전 | 1015 | ||
| 1419 | 12년 전 | 1162 | ||
| 1418 |
|
12년 전 | 1631 | |
| 1417 | 12년 전 | 1103 | ||
| 1416 | 12년 전 | 1167 | ||
| 1415 | 12년 전 | 5273 | ||
| 1414 | 12년 전 | 10667 | ||
| 1413 | 12년 전 | 1996 | ||
| 1412 |
개초보제이
|
12년 전 | 1723 | |
| 1411 | 12년 전 | 2295 | ||
| 1410 |
|
12년 전 | 1780 | |
| 1409 |
영국신사1
|
12년 전 | 964 | |
| 1408 | 12년 전 | 1120 | ||
| 1407 |
|
12년 전 | 1903 | |
| 1406 | 12년 전 | 3138 | ||
| 1405 |
|
12년 전 | 1468 | |
| 1404 | 12년 전 | 3498 | ||
| 1403 | 12년 전 | 3566 | ||
| 1402 | 12년 전 | 3841 | ||
| 1401 | 12년 전 | 1537 | ||
| 1400 |
|
12년 전 | 1353 | |
| 1399 | 12년 전 | 2208 | ||
| 1398 |
maniAc
|
12년 전 | 884 | |
| 1397 | 12년 전 | 3611 | ||
| 1396 |
|
12년 전 | 1332 | |
| 1395 | 12년 전 | 1887 | ||
| 1394 |
또다른세상
|
12년 전 | 3310 | |
| 1393 |
또다른세상
|
12년 전 | 7345 | |
| 1392 |
또다른세상
|
12년 전 | 3782 | |
| 1391 |
또다른세상
|
12년 전 | 5031 | |
| 1390 |
또다른세상
|
12년 전 | 3380 | |
| 1389 |
또다른세상
|
12년 전 | 4459 | |
| 1388 |
또다른세상
|
12년 전 | 2825 | |
| 1387 |
|
12년 전 | 2673 | |
| 1386 | 12년 전 | 1809 | ||
| 1385 | 12년 전 | 1101 | ||
| 1384 |
달콤커피☆
|
12년 전 | 3063 | |
| 1383 |
달콤커피☆
|
12년 전 | 1624 | |
| 1382 |
달콤커피☆
|
12년 전 | 1384 | |
| 1381 |
달콤커피☆
|
12년 전 | 1499 | |
| 1380 |
달콤커피☆
|
12년 전 | 1901 | |
| 1379 |
달콤커피☆
|
12년 전 | 2533 | |
| 1378 |
달콤커피☆
|
12년 전 | 1787 | |
| 1377 |
JBstyle
|
12년 전 | 4127 | |
| 1376 |
JBstyle
|
12년 전 | 4050 | |
| 1375 |
JBstyle
|
12년 전 | 2577 | |
| 1374 | 12년 전 | 1254 | ||
| 1373 |
좋은사람우유
|
12년 전 | 1915 | |
| 1372 | 12년 전 | 1126 | ||
| 1371 |
ㅁㄴㅇㄹㄹㄹ
|
12년 전 | 1476 | |
| 1370 |
|
12년 전 | 3887 | |
| 1369 |
|
12년 전 | 2626 | |
| 1368 |
|
12년 전 | 1667 | |
| 1367 | 12년 전 | 1464 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기