묻고답하기

가끔 XE 위젯페이지 사용할때에 내용직접 입력에 특정한 소스가 들어가면 위젯페이지전체 메뉴가 그 직접입력한 박스안에 들어가는 오류가 생기더라구요 ㅠㅠ배가 배꼽에 들어가버리는 그런현상.. 밑에는 제가 사용하는 배너소스인데 저 소스를 위젯페이지에서 입력하면 그런현상이 발생합니다.

 

어느구문이 그런 오류를 일으키는건지 잘 모르겠습니다 ㅠㅠ 도와주세요!

 

<script type='text/javascript' src='http://mungge1523.cafe24.com/xe/bannertest/rollingbanner/jquery-1.4.2.js'></script>
<script type="text/javascript" src="http://mungge1523.cafe24.com/xe/bannertest/rollingbanner/stepcarousel.js"></script>
<link rel=stylesheet type=text/css href="
http://mungge1523.cafe24.com/xe/bannertest/rollingbanner/designcenter.css">
<style type="text/css">
<!--
.stepcarousel{
 position: relative;
 overflow: scroll;
 width: 598px;
 height: 200px;
}

.stepcarousel .belt{
 position: absolute;
 left: 0;
 top: 0;
}

.stepcarousel .panel{
 float: left; /*leave this value alone*/
 overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
 margin: 0px; /*margin around each panel*/
 width: 598px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#promotion{
 width: 598px;
 height: 200px;
 border: 0;
}

#promotion .panel{
 height: 200px;
 text-align: center;
}
-->
</style>

   <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
     <td style="padding:10px 0px 20px 20px;text-align:left;"><table width="598" border="0" cellspacing="0" cellpadding="0">

          <script type="text/javascript">
       stepcarousel.setup({
        galleryid: 'promotion',
        beltclass: 'belt',
        panelclass: 'panel',
        panelbehavior: {speed:500, wraparound:true, wrapbehavior:'pushpull', persist:false},
        defaultbuttons: {enable: false, moveby: 1, leftnav: ['http://mungge1523.cafe24.com/xe/bannertest/rollingbanner/arrowl.gif', -10, 100], rightnav: ['http://mungge1523.cafe24.com/xe/bannertest/rollingbanner/arrowr.gif', -10, 100]},
        statusvars: ['reportA', 'reportB', 'reportC'],
        contenttype: ['inline']
       });
       </script>
<style type="text/css">
#promotion{overflow: hidden;}
</style>
       <div id="promotion" class="stepcarousel">
        <div class="belt" style="width: 1794px; left: 0px; ">
         <div class="panel" style="float: none; position: absolute; left: 0px; "><img src="http://mungge1523.cafe24.com/xe/bannertest/rollingbanner/banner1.png" class="hand" onclick="location.href='/index.php';"></div>
         <div class="panel" style="float: none; position: absolute; left: 755px; "><img src="http://mungge1523.cafe24.com/xe/bannertest/rollingbanner/banner2.png" class="hand" onclick="location.href='/index2.php';"></div>
         <div class="panel" style="float: none; position: absolute; left: 1510px; "><img src="http://mungge1523.cafe24.com/xe/bannertest/rollingbanner/banner3.png" class="hand" onclick="location.href='/index3.php';"></div>
        </div>
       </div></td>
      </tr>
      <tr>
       <td height="10"></td>
      </tr>
      <tr>
      <td>
       <p id="promotion-paginate" style="position:relative; width:755px; top:-40px; text-align:center; z-index:999;">
         <img src="http://mungge1523.cafe24.com/xe/bannertest/rollingbanner/icon_off.gif" data-over="http://mungge1523.cafe24.com/xe/bannertest/rollingbanner/icon_on.gif" data-select="http://mungge1523.cafe24.com/xe/bannertest/rollingbanner/icon_on.gif" data-moveby="1"/>
       </p>
      </td>
      </tr>
    </table>

<script type="text/javascript">
//4초마다 이동
function moveStep()
{
 stepcarousel.stepBy('promotion', 1);
 setTimeout(moveStep,4000);
}
moveStep();
</script>

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
앙금골리앗 Contact 메일보내기 모듈에서 첨부파일기능 추가  
긍게말여 kr도메인주소로 파일 연결하면 연결이 안되는데 왜그럴까요? ㅠ.ㅠ [1] 2012.12.03 by sejin7940
헨느 php 파일이 죄다 깨져서 나오는군요 (스샷첨부) [1] file 2012.12.03 by 헨느
레망 임시저장 [1] 2012.12.03 by sejin7940
CUPA 위젯페이지 오류 질문입니다 ! ㅠ  
온달왕자 RSS 피드 요약공개의 경우 글수가 한줄밖에 안나옵니다. [1] file 2012.12.03 by sejin7940
Chosun.us ShopXE의 설치 경로는 어떻게 되나요? [3] 2012.12.03 by Garon
제임스라 요청하신 모듈을 찾을 수 없습니다. 처리방법.. [1] 2012.12.03 by 제임스라
hon 구글버튼 가운데정렬 [1] 2012.12.03 by sejin7940
믕수 첨부파일 크기를 늘리고싶은데요~ [1] 2012.12.03 by sejin7940
디쎔버 html 주석과 탬플릿 문법 [1] 2012.12.03 by sejin7940
메로나 xe코어를 사용중인데.. [1] 2012.12.03 by sejin7940
컴보이박스 xe 폴더 보안 설정은 뭐 없습니까요?  
식군 로그인유지가 안되네요.  
4rfv5tgb6yhn 회원 가입 회원에게 쪽지를 보내고 싶어요 [4] 2012.12.02 by 4rfv5tgb6yhn
breakerz 게시판 자동 본문 삽입 질문입니다. [1] 2012.12.02 by 송동우
엔아이에이 흰창과 첨부파일  
긍게말여 코어 업데이후 제어판 클릭하면 페이지 오류 나오네요 [1] 2012.12.02 by 송동우
dnflsmsc ㅠㅠ도와주세요ㅠ게시판관리설정ㅜ [1] 2012.12.02 by LI-NA
면봉2 XE설치 FTP정보입력오류 [1] file 2012.12.02 by LI-NA
고딕락 도와주세욘 ㅠㅠ [1] 2012.12.02 by LI-NA
sanjock 로그인 해야만 볼수있는 영역은 어떻게 설정하나요? [1] 2012.12.02 by LI-NA
진달래1 포인트와 자료실  
홍당근 잘못 생성한 모듈 삭제 [2] 2012.12.02 by 로그홈
로그홈 URL로 퍼온 사진을 자동으로 저장하는 기능  
이지매니아 다국어를 사용한 조건문에서 질문이 있습니다. [1] 2012.12.02 by 송동우
얼굴만베컴 레이아웃 스킨에 [1] 2012.12.02 by 윤씨
오!쏠라 저만 설문조사 컴포넌트가 먹통인건가요? file  
면봉2 제꺼좀 제발 답해주시면 안되요??? [1] file 2012.12.01 by sejin7940
면봉2 xe설치오류 FTP 정보입력에서 오류납니다. [1] file 2012.12.01 by 송동우