묻고답하기

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

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


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

주소는 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 남기남
rococost xe 재설치 후 게시판 정보를 끌어오려면? [1] 2010.02.04 by rococost
WebNarLa 그누보드랑 xe 회원연동 어떻게하나요  
workner56 페이지 아이콘 바고기 [1] file 2010.02.04 by 현의느낌
박성재^~ 삽입된 페이지내 플래시 링크 이상 file  
이실두루 텔넷(SSH 방식)으로 원하는 폴더만 한꺼번에 백업할수 있나요? [1] 2010.02.04 by 현의느낌
TooliCEO 하나의 XE를 설치한후에 모듈분류별로 여러개의 사이트를 운영하고싶습니다. [2] 2010.02.04 by 백성찬
토깽이2 open id 에러 [1] file 2010.02.04 by 백성찬
장혁669 네이버 메뉴바에 올라오는 실시간검색어처럼  
김재순 파일용량에 자꾸 걸립니다. [2] file 2010.02.03 by Gekkou
박하향풍선껌 인쇄기능 사용시 테이블 테두리가 출력되지 않습니다 [1] 2010.02.03 by Gekkou
아진검 이전툴 [1] 2010.02.03 by Gekkou
kissuri 게시물 작성시 테이블로 된 구문 삽입시 본문 깨지는 현상 [3] file 2010.02.03 by 감로수
아진검 xe를 4처럼 활용 [1] 2010.02.03 by DuRi
블루스카이77 설치시 언어 영어만 되네요. [1] 2010.02.03 by 아진검
CraZyWoo xe로 홈페이지를 제작할때 다음과같이 하려면? [2] 2010.02.03 by DuRi
DJinside 본문 길이만큼 위젯 길이 길게 하는 법좀 알려주세요 ㅠㅠㅠㅠㅠ [1] 2010.02.03 by DuRi
조태영507 메뉴이동  
아진검 (재질문)xe 1.4.0.3 데이타관련-오류관련자료 추가했습니다  
아진검 1.4.0.3 버전-자꾸 데이타가 날라가네요; 급히 도움요청합니다;; [1] file 2010.02.03 by 백성찬
lee0481 회원관리창,쪽지함  
아이러브프리 메일인증이나 메일로 패스워드 찾기시 에러부분입니다. [1] 2010.02.03 by 백성찬
lee0481 채팅창  
tammy27 게시판 배경이미지 넣는방법 [1] 2010.02.03 by 권태성.
RainSky phpMyAdmin 메뉴 가로폭 수정 방법 문의 file  
LapisLazuli 정말 간단한 메뉴추가입니다 ㅠㅠ [2] file 2010.02.03 by 바람의매
보보스스 디비와 xe파일 백업 문의 [2] 2010.02.03 by Gekkou
Baeck xml 쿼리문 중 조인관련 질문있습니다. [1] 2010.02.03 by sol
유아원 스킨 개발하는데 궁금한 점이 있습니다. file  
이치원433 제로보드처럼 로그인박스를 링크시켜서 따로 쓰고싶은데 방법없나요? [3] 2010.02.03 by DuRi
으니V debugPrint()함수를 이용한 디버깅 질문 [2] 2010.02.03 by 으니V