묻고답하기

가끔 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 남기남
iganda7 이미지 클릭했을 때 [1] file 2012.12.06 by 송동우
오늘도가자11 추천인에 레벨아이콘 나오는거 다시한번 여쭤볼께요 [1] 2012.12.06 by 송동우
릭키님 검색페이지 사이즈 조절하는 방법 [1] 2012.12.06 by Arp.
디쎔버 스킨문법 질문드립니다. 게시판목록에서 게시글 본문일부가 보이게 하려면 [2] 2012.12.06 by 디쎔버
오늘도가자11 추천인 레벨아이콘은 못가져 오는건가요? [1] 2012.12.06 by 송동우
iganda7 게시판 타이틀 이미지에 링크가 걸려요. [1] file 2012.12.06 by 송동우
iganda7 이미지에 title 안나오게 하는 방법 [1] file 2012.12.06 by 송동우
루트엘 No image 메세지를 기본이미지파일로 변경하는방법이 [1] 2012.12.06 by 송동우
오늘도가자11 밑에 추천인 비추천인 표시 되는부분에서요 [1] 2012.12.06 by 송동우
루트엘 특정 멤버에게만 출력되게 어떻게 하나요? [2] 2012.12.06 by 궁금궁금궁금이
오늘도가자11 추천인 비추천인 글 내용밑에 나오도록 하는방법좀 알려주세요 [2] 2012.12.06 by 오늘도가자11
사은우502 레이아웃 디비 크기를 변경하고 싶어요 [1] file 2012.12.06 by 송동우
릭키님 그누보드에서 xe로 DB이전시 [1] 2012.12.06 by 송동우
오늘도가자11 게시판 조회수 100 이상되면 hot표시 나오게 하는방법좀 알려주세요 [1] 2012.12.06 by 송동우
릭키님 xe_solid_enterprise 메인 슬라이드 배너링크 문제 [1] 2012.12.06 by 송동우
띠로리로리 제발 도와주세요ㅠㅠ정렬 문제입니다. [2] 2012.12.06 by 송동우
CEO송선생 트랙백 주소(엮인글주소)를 클릭하면 에러가 납니다.  
신비의불 보안서버 설치 관련 문의 [1] 2012.12.06 by 죽을때까지감사하는마음
본체 게시판의 분류가안나옵니다.  
yullaha 첨부파일 용량 제한, 더 적게 하고 싶어요. [1] 2012.12.06 by 송동우
쫑유니 최신 글 구성시 이미지와 내용이 분리되서 나와요... [1] file 2012.12.06 by sejin7940
친구 보기/쪽지함 보기의 레이아웃을 바꾸고싶은데요 [2] 2012.12.06 by BluesPia[꾸야]
어렵다용 모바일에서 게시글 페이스북으로 링크 공유하기 할때  
플라스틱 라디오 첨부파일 경로 알 수 있는 방법 다시 질문합니다. [1] 2012.12.06 by sejin7940
룰루건 Contact us를 별도의 홈페이지에 삽입하려 하는데 어떻게 해야하나요 ㅠ [1] 2012.12.06 by 파표
호차니 소속 그룹명 나오게 하는 방법좀 알려주십쇼~~ㅠㅠ [1] file 2012.12.06 by sejin7940
폼메일 윈도우2003서버에서 iis의 pop3 서비스를 통해 pop3 메일보내기를 만들려고 합니다.  
4b4 게시판 모듈을 설치했는데 오류가 나요 [1] 2012.12.06 by sejin7940
플라스틱 라디오 첨부파일 주소를 알수있는 방법이 있을까요? [2] 2012.12.06 by 푸시아
KATZEST 회원 정보 모듈에서 받은 정보를 프로필에 출력하고 싶습니다. [1] 2012.12.06 by 푸시아