묻고답하기

 파폭에서 뜨는 비정상모습

 

 

 

ie에서 뜨는 정상모습

 

파폭에서 뜨는 비정상화면 ㅠㅠ

제로보드 xe 이용하고있어요... div를 전혀몰라서 공부하면서 만들어보는중인데 ㅠ

 

보시면 맨 왼쪽, 오른쪽의 배경반복라인이 제대로 안뜨고있어요.....

left, right에 해당하는건데.. 여기에 height 크기를 정확한 px 를 지정하면 뜬답니다..

하지만 유동적으로 변해야하는데... 지정한 px를 벗어나면 그뒤엔 짤려버리네요 ㅠㅠㅠ

중앙에 게시판에 있기때문에 높이가 달라져서 유동적으로 변해야하거든요...

ie에선 걍 정상적으로뜨는데...소스보시고 문제좀 파악해주세요 ㅠ 파폭이 문제거든여 방법 없을까요 ㅠㅠ?

근데 희안한건 레이아웃이 파일이 아니고 게시판과 로그인창을 적용하지 않은 빈파일에서는 파폭에서도 정상으로 뜨거든요. 레이아웃으로 만든후 로그인과 게시판을 적용하고나서 확인하면  이러는거보면 xe의 영향이있는거같아요...

http://cru.zc.bz/xe/humor

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>div 태그로 레이아웃 설정</title>
    <script language="JavaScript">
function height(){
 var kkk = document.getElementById("content").offsetHeight;
 document.getElementById("left").style.height = kkk;
 document.getElementById("left1").style.height = kkk;
 document.getElementById("right").style.height = kkk;
}
</script>
    <style type="text/css">
    body { text-align:center; width:100%; height:100%;}
    #header {
        width:840px;
        height:148px; overflow:hidden;


        }
    #menu {
        width:840px;
        height:28px; overflow:hidden;
        }
  
  
    #left {
        width:36px; background-color:white; overflow:hidden; float:left;
       

        }
  
    #left1 {
        width:180px; background-color:white; overflow:hidden; float:left;
       
        }
    .login {
        width:156px; overflow:hidden; float:left;
 }

 

    #content {
        width:590px;  background-color:#fff; overflow:hidden; float:left;
       
        }
    #right {
        width:34px; overflow:hidden;
        float:left;
 }
       
    #footer {
       
        width:840px; height:40px; overflow:hidden;
        clear:both;  
        }
    #logo {
        width:158px; height:148px; overflow:hidden;
        float:left;

        }
    #main {
        width:117px; height:126px; overflow:hidden;
        float:left;

        }
    #lapis {
        width:97px; height:126px; overflow:hidden;
        float:left;

        }
    #cru {
        width:89px; height:126px; overflow:hidden;
        float:left;

        }
    #board {
        width:90px; height:126px; overflow:hidden;
        float:left;

        }
    #guild {
        width:90px; height:126px; overflow:hidden;
        float:left;

        }
    #screen {
        width:82px; height:126px; overflow:hidden;
        float:left;

        }
    #guide {
        width:117px; height:126px; overflow:hidden;
        float:left;

        }
    #layer {
        width:682px; height:22px; overflow:hidden;
        float:left;
        }

    </style>
</head>

<body bgcolor="white" text="black" style="background-image:url('/images/back.jpg'+ '+ '); background-repeat:repeat-x; background-attachment:fixed; background-position:0 0;" leftmargin="0" marginwidth="0" topmargin="0" onload="javascript:height()"   marginheight="0">
    <center>
<div id="header">
 <div id="logo"><img src="/images/index_02.jpg" width="158" height="148" border="0" /></div>
 <div id="main"><img src="/images/index_03.jpg" width="117" height="126" border="0" /></div>
 <div id="lapis"><img src="/images/index_04.jpg" width="97" height="126" border="0" /></div>
 <div id="cru"><img src="/images/index_05.jpg" width="89" height="126" border="0" /></div>
 <div id="board"><img src="/images/index_06.jpg" width="90" height="126" border="0" /></div>
 <div id="guild"><img src="/images/index_07.jpg" width="90" height="126" border="0" /></div>
 <div id="screen"><img src="/images/index_08.jpg" width="82" height="126" border="0" /></div>
 <div id="guide"><img src="/images/index_09.jpg" width="117" height="126" border="0" /></div>
    <div id="layer"></div>
</div>
    <div style="text-align:left; width:840px;">
<div id="menu"><img src="/images/index_18.jpg" width="840" height="28" border="0" /></div>
<div id="left" style="background-image:url('/images/index_19.jpg');"></div>
<div id="left1">
<div class="login" style="margin-top:-13px;"><img class="zbxe_widget_output" widget="login_info" skin="default" colorset="default" /><img class="zbxe_widget_output" widget="logged_members" skin="logged" colorset="de" list_count="3" use_mid="total" /></div>
</div>
        <div id="content">{$content}</div>
<div id="right" style="background-image:url('+ '/images/index_22.jpg');"></div>
</div>
   
    <div id="footer"><img src="/images/index_40.jpg" width="840" height="40" border="0" /></div>
    </center>
</body>
</html>

 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
채연파파 레이아웃 변경시 layout.html을 수정해도 적용되지 않습니다. [2] 2009.12.21 by 멀루할까
마루7 게시물 별로 읽기 권한을 따로 줄수 있나요? [1] 2009.12.21 by nabul2
채연파파 최근 게시물에 공지를 제일 위로 하고 싶은데요..  
멀루할까 div 레이아웃 파폭 비정상으로떠요 [5] file 2009.12.21 by 멀루할까
Sang403 무슨문제인지 ..fatal error: functio.require-once file  
三乭 게시판의 보기를 누르면 페이지를 생성할 수 없다고 나옵니다.  
snake702 xe.1.3.1.1 메뉴출력기 어디에 있나요?  
psd 아이디에 다른 문자 들어가게 하려면?  
undinekr module config 값을 수정하려면 어떻게 해야 하나요?  
JCJAY FTP 정보 이후 설치가 진행되지 않아요. [1] file 2009.12.21 by 허승철716
흔한남자 윗젯. 아이프레임 질문입니다.  
주알리기 xe_official_v2 레이아웃 질문입니다. file  
ashy 개인홈피에 XE게시판만 가져다 사용할 수 있나요..? [1] 2009.12.21 by mc뷰
라유라 게시판크기 조절하는 방법이 궁금합니다. [1] 2009.12.21 by DuRi
천루냥 회원정보 수정시 에러  
YM플라톤 최근 이미지 위젯프로그램 어디서다운받죠 ??  
오이링 아이디/비번 찾기시 이메일로 아무것도 안옵니다..  
윤정식709 회원가입이 되지 않는데 도움좀 주세요  
FANTA ★ 회원을 일괄로 생성하고 싶습니다. [1] 2009.12.21
소피아7 관리자 로그인이 안됩니다 ㅠ file  
문양호 [목록 수정 삭제] 버튼이 댓글창에 가려져 안 보임 file  
kittun81 롤오버 했을때 DB 값을 반투명하게 출력하는 방법 좀 알려주세요. file  
메디안 헤더부분에 하이퍼 링크를 걸고 싶습니다. file  
채연파파 뭐...플래시 게시판은 아니지만 마땅히 쓸곳이 없어 여기에 씁니다. 글자 흐린 문제 [3] 2009.12.21
YM플라톤 최근이미지 질문이요 [1] 2009.12.21 by 휘즈
불꽃빠 xe_official_v2 메인 화면에 한글 입력은 어떻게 하나요?? [1] 2009.12.21 by 휘즈
박노열 첨부파일 업로드 용량 변경하기 [2] file 2009.12.21 by 때린데 또때려
손경훈267 레이아웃설정에서 미리보기 안되는 이유?  
YM플라톤 최근 이미지 위젯 ㅠ.ㅠ [1] 2009.12.21 by 멀루할까
오진돌 xpressengine 사이트의 로그인을 레이아웃이 아닌 곳에서 사용하기 [1] 2009.12.21 by 멀루할까