<?
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가...
게시판 목록
디자인
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1866 | 9년 전 | 74 | ||
| 1865 | 9년 전 | 111 | ||
| 1864 | 9년 전 | 131 | ||
| 1863 | 9년 전 | 104 | ||
| 1862 |
크레용웍스
|
9년 전 | 333 | |
| 1861 | 9년 전 | 247 | ||
| 1860 | 9년 전 | 198 | ||
| 1859 | 9년 전 | 215 | ||
| 1858 |
|
9년 전 | 537 | |
| 1857 | 9년 전 | 343 | ||
| 1856 | 9년 전 | 228 | ||
| 1855 | 9년 전 | 240 | ||
| 1854 | 9년 전 | 478 | ||
| 1853 | 9년 전 | 295 | ||
| 1852 |
|
9년 전 | 476 | |
| 1851 | 9년 전 | 250 | ||
| 1850 | 9년 전 | 231 | ||
| 1849 | 9년 전 | 238 | ||
| 1848 | 9년 전 | 178 | ||
| 1847 | 9년 전 | 170 | ||
| 1846 | 9년 전 | 205 | ||
| 1845 | 9년 전 | 418 | ||
| 1844 | 9년 전 | 339 | ||
| 1843 | 9년 전 | 462 | ||
| 1842 | 9년 전 | 395 | ||
| 1841 | 9년 전 | 272 | ||
| 1840 | 9년 전 | 588 | ||
| 1839 | 9년 전 | 661 | ||
| 1838 | 9년 전 | 460 | ||
| 1837 | 9년 전 | 350 | ||
| 1836 | 9년 전 | 444 | ||
| 1835 | 9년 전 | 789 | ||
| 1834 | 9년 전 | 754 | ||
| 1833 | 9년 전 | 504 | ||
| 1832 | 9년 전 | 553 | ||
| 1831 | 9년 전 | 580 | ||
| 1830 | 9년 전 | 651 | ||
| 1829 | 9년 전 | 583 | ||
| 1828 | 9년 전 | 765 | ||
| 1827 | 9년 전 | 646 | ||
| 1826 | 9년 전 | 408 | ||
| 1825 |
|
9년 전 | 605 | |
| 1824 | 9년 전 | 418 | ||
| 1823 | 9년 전 | 1177 | ||
| 1822 | 9년 전 | 923 | ||
| 1821 | 9년 전 | 869 | ||
| 1820 | 9년 전 | 930 | ||
| 1819 |
|
9년 전 | 463 | |
| 1818 | 9년 전 | 562 | ||
| 1817 |
아쿠아틴티드
|
9년 전 | 539 | |
| 1816 |
|
9년 전 | 935 | |
| 1815 |
핫디자인1
|
9년 전 | 1040 | |
| 1814 | 9년 전 | 509 | ||
| 1813 |
핫디자인1
|
9년 전 | 625 | |
| 1812 |
핫디자인1
|
9년 전 | 817 | |
| 1811 |
|
9년 전 | 887 | |
| 1810 | 9년 전 | 663 | ||
| 1809 | 9년 전 | 780 | ||
| 1808 | 9년 전 | 808 | ||
| 1807 | 9년 전 | 650 | ||
| 1806 |
jakeeeeel
|
9년 전 | 594 | |
| 1805 | 9년 전 | 1474 | ||
| 1804 | 9년 전 | 820 | ||
| 1803 | 9년 전 | 820 | ||
| 1802 | 9년 전 | 1058 | ||
| 1801 |
seul194
|
9년 전 | 750 | |
| 1800 |
|
9년 전 | 1015 | |
| 1799 | 9년 전 | 765 | ||
| 1798 |
|
9년 전 | 1145 | |
| 1797 | 9년 전 | 1275 | ||
| 1796 |
brucelee1973
|
9년 전 | 2501 | |
| 1795 | 9년 전 | 711 | ||
| 1794 |
|
9년 전 | 681 | |
| 1793 |
프로그래머7
|
9년 전 | 570 | |
| 1792 | 9년 전 | 557 | ||
| 1791 |
|
9년 전 | 1556 | |
| 1790 |
ssir1159
|
9년 전 | 1244 | |
| 1789 | 9년 전 | 1053 | ||
| 1788 |
프로그래머7
|
9년 전 | 769 | |
| 1787 | 9년 전 | 524 | ||
| 1786 | 9년 전 | 626 | ||
| 1785 |
|
9년 전 | 673 | |
| 1784 | 9년 전 | 760 | ||
| 1783 | 9년 전 | 612 | ||
| 1782 | 9년 전 | 388 | ||
| 1781 |
씨에이치넷
|
9년 전 | 1591 | |
| 1780 | 9년 전 | 849 | ||
| 1779 | 9년 전 | 894 | ||
| 1778 |
|
9년 전 | 1250 | |
| 1777 | 9년 전 | 646 | ||
| 1776 | 9년 전 | 1015 | ||
| 1775 | 9년 전 | 454 | ||
| 1774 | 9년 전 | 710 | ||
| 1773 |
|
9년 전 | 1452 | |
| 1772 | 9년 전 | 855 | ||
| 1771 | 9년 전 | 830 | ||
| 1770 |
|
9년 전 | 1700 | |
| 1769 |
|
9년 전 | 1438 | |
| 1768 |
헤이하치대머리
|
9년 전 | 741 | |
| 1767 |
씨에이치넷
|
9년 전 | 1652 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기