묻고답하기

제가 지금 만들고 있는 홈피는    

본문 높이만큼 왼쪽 위젯이 쭈욱 길어지는 형태가 되었으면 좋겠어요. 


홈페이지는 지금... 만들고 있는 중인데...    

주소는 http://www.letsp.net 입니다.    


들어가보시자마자 무슨 말인지 아실거에요.   



아래는 빨강은 레이아웃 파일 태그구요....

파랑은 CSS 태그입니다 ㅠ



<!--// 레이아웃과 연동될 css 파일 import -->
<!--%import("css/default.css")-->


<!--@if($layout_info->background_image)-->
<style type="text/css">
    body { background:url({$layout_info->background_image}); }
</style>
<!--@end-->


<div id="container_site"
<!--@if($layout_info->container_site_width)-->
    style="width:{$layout_info->container_site_width};"
<!--@else-->
    style="width:1620px;"
<!--@end-->
>


    <div id="header">
       <div style="background-image:url(http://www.letsp.net/img/top_bg.gif);"><img src="http://www.letsp.net/img/top_bg.gif" width="26" height="183"><a href="http://www.letsp.net" onfocus='this.blur()'><img src="http://www.letsp.net/img/top_logo.gif" width="237" height="183"></a></div>
    </div><!--header 끝-->
   
    <div id="container_body" class="{$layout_info->layout_type}">

        <!--@if($layout_info->layout_type != "c")--><!--위젯 출력 조건부 시작-->
             
        <div id="e1" 
        <!--@if($layout_info->wid1_width)-->
            style="width:{$layout_info->wid1_width};"
        <!--@else-->
            style="width:263px;"
        <!--@end-->
        >
       
            <div class="wrapper" style="background-image:url(http://www.letsp.net/img/menu_bg.gif); float:left;"><img src="http://www.letsp.net/img/menu_null.gif" width="263" height="162" border="0" usemap="#Map"><map name="Map"><area shape="rect" coords="33,29,257,50" href="http://www.letsp.net/blog"><area shape="rect" coords="33,64,257,85" href="http://www.letsp.net/tboard"><area shape="rect" coords="33,100,257,120" href="http://www.letsp.net/photo"><area shape="rect" coords="33,135,257,155" href="http://www.letsp.net/gbook"></map>
            </div>
           
        </div><!--e1 끝-->
        <!--@end--><!--위젯 출력 조건부 끝-->
       
       
       
        <div id="container_contents">          
            <!--@if($layout_info->container_contents_style == "useBackground")-->   
            <div class="wrapper">
                {$content}
            </div>
           
            <!--@else-->           
            <div class="wrapperTrans">
                {$content}

            </div>
            <!--@end--><!--container_contents 배경선택부 끝-->

        </div><!--container_contens 끝-->
       
    </div><!--container_body 끝-->
   
   
     <div id="footer" style="background-image:url(http://www.letsp.net/img/footer_bg.gif)"><img src="http://www.letsp.net/img/footer_bg.gif"><img src="http://www.letsp.net/img/footer_menu.gif"><img src="http://www.letsp.net/img/footer_mail.gif" align="right">
     </div>
   </div><!--container_site 끝-->



@charset "utf-8";

/*
PXE Default layout template for XpressEngine (Dummy Version)
Markup : Hyunhw Jung
Website: http://www.premiumxe.com
Email : clubnb2@naver.com
*/


/* Browser Reset Preference - 수정하지 마십시오
---------------------------------------------------------------------------------*/
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em }
a img { border: none; }
fieldset { border:none; }



/* Layouts - Restricted Preference - 수정하지 마십시오
---------------------------------------------------------------------------------*/
#container_site { position:relative; *zoom:1; }
#header { position:relative; *zoom:1; }
#container_body { position:relative; *zoom:1; }
#container_contents { position:relative; *zoom:1; }

#e1 { float:left; position:relative; *zoom:1; }
#e1 .wrapper { position:relative;}

#footer { position:relative; *zoom:1; clear:both; overflow:hidden}
#footer_box1 { position:relative; *zoom:1; }
#footer_box2 { position:relative; *zoom:1; }
#footer_box3 { position:relative; *zoom:1; }
#footer_sub { position:relative; *zoom:1; }



/* Layouts - Margin & Position Preference - 필요에 따라 margin 값만 수정하세요
---------------------------------------------------------------------------------*/

#container_site { margin:0 auto; }
#header { margin:0 0 0 0; padding:0; }
#container_body {  }
#container_contents {  }
#container_contents .wrapper { padding:0; }
#container_contents .wrapperTrans { padding:0; }
#footer { margin:0 0 0 0; padding:0; overflow:hidden }
#footer_sub { margin-top:0px; padding:0px; }

/* 사이드바 1을 좌측에 정렬 */
.ec #e1 { float:left; margin-right:10px; }
.ec #container_contents { width: 800px; }

#e1 .wrapper { padding:0px 0px; }
#e2 .wrapper { padding:0px 0px; }


/* Layouts - Customization - 여기서부터 자유롭게 코딩합니다
---------------------------------------------------------------------------------*/
body { background:#ffffff;}
p { margin-bottom:10px; line-height:140%; text-align:justify; }
p a {  }
a, a:visited { text-decoration: none; }
a:hover { text-decoration:none; }

#container_site { margin:0 auto; }
#header {  }
#container_body {  }
#container_contents { text-align:justify; line-height:140%; overflow:hidden; }
#container_contents .wrapper { overflow:hidden; }
#container_contents .wrapperTrans { overflow:hidden; }

#e1 { overflow:hidden; }
#e1 .wrapper {  }

#footer { background:#ffffff; overflow:hidden; }


글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
임재희213 답글 기능은 안되나요? [1] 2009.11.06 by e~세상쉼터
오스카 비회원 쓰기에서, 글쓴 사람 본인만 내용이 보이게 하려면 어떻게 하는지요... [1] 2009.11.06 by e~세상쉼터
Master Snake 지식인 XE 포인트 조정법  
Alice-N.m 검은색 게시판을 적용했는데 하얗게 보여요..T^T [1] 2009.11.07 by 똘갱
국왕 검은 배경 홈페이지 만들기 [1] file 2009.11.07 by 국왕
시에틀 페이지수정에서 구글광고 모르고 눌러버렸는데 T.T  
KPRS XE 사이트 설정-메뉴에 아무것도 없습니다. [1] file 2009.11.07 by ememo
lightning 제로보드xe 홈페이지 관한 얘기 [1] 2009.11.07 by guny
lightning 제로보드 xe 대해서 [2] 2009.11.07 by ememo
장미선144 zbxe1.0.0에서 xe1,2,6으로 업뎃하려는데요.. [3] 2009.11.07 by 백성찬
스쿠바 기존 제로보드에서 xe로 업그레이드 어떻게 하면 되나요? 도와주세요. [1] 2009.11.07 by 백성찬
예님 카페에서 회원관리시 여러 관리자를 두고 싶은데 어떻게 해야 하나요? [1] 2009.11.07 by 백성찬
유다스트 게시글넘버 도와주세요~ file  
로플 멀티미디어 자료를 게시판 내용에 입력시 글 등록 에러. file  
임재희213 게시판에서 회원가입을 없애려고 합니다. [1] 2009.11.07 by 우리아기
Xeicia 게시판 상단 에러입니다.  
박상환236 제로보드5(zb5) 관리자모드 이상 [1] 2009.11.07 by galchi
amd짱 홈페이지에 메뉴를 어떻게 해야 볼 수 있습니까? [1] 2009.11.07 by ememo
가나다라나마 [그누보드]회원가입할떄 토큰오류 떠요 lgu100210@nate.com 친추좀요 [1] 2009.11.07 by Gekkou
똘똘이1m 제로보드xe->제로보드4 데이터이전 [1] 2009.11.07 by Gekkou
Dooil XE 설치 주소 입력 [1] 2009.11.07 by Gekkou
헐크매니아 XE 레이아웃에 관한 질문좀 [1] 2009.11.07 by e~세상쉼터
windforcek 개인홈페이지에 제로보드xe 게시판을 연결하고싶은데요.. [1] 2009.11.07 by e~세상쉼터
박문주415 스킨수정질문입니다 [1] 2009.11.07 by e~세상쉼터
개발. 아파치서버와 리눅스 서버중 어느것이 더 안정적인가요(회원2000명정도) [2] 2009.11.07 by 미니미
휴민트 주소 뒤에 다른글 입력하면 대출 사이트 연결 됩니다.  
현우☆ 서비스 모듈 적용할때! file  
개구리0505 시작모듈 설정을 바꾸었더니 관리자페이지에 오류발생 [1] 2009.11.07 by 개구리0505
정지현760 아이프레임 세로 100%로 자동조절되는 방법문의 [2] 2009.11.07 by Hide_D
고광석 레이아웃 생성이 이상합니다 [1] file 2009.11.07 by 유아원