묻고답하기

가끔 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 남기남
깜지님 모바일문제입니다  
데벨 우분투 서버 메일발송 [3] 2012.12.09 by 푸시아
온달왕자 페이지뷰가 설치된 레이아웃에 따라 오류를 일으키는걸까요? [1] file 2012.12.09 by sejin7940
꿀꺽2 게시글 하나를 그대로 출력하는 위젯이 있나요? [1] 2012.12.09 by sejin7940
두바이 부 운영자 기능이 안되나요? [1] 2012.12.09 by Garon
아수라13 후우..한번만 더 도와주십시요. 모바일 화면에서 이미지가 화면밖으로나가네요 [1] 2012.12.09 by 몽실아빠
유농 게시판 들어갔을 때 검색창만 나오게 하고 싶어요. [1] 2012.12.09 by 이지매니아
몽실아빠 추천인 표시 하기 추가 질문 입니다. 비추천인이 같이 표시 되는 것 같습니다. [1] 2012.12.09 by 송동우
이지매니아 게시판내 있는 에디터 iframe 페이지 컨트롤이 가능할까요?  
sbshs77 회원가입시 닉네임 옆에 설명 [1] 2012.12.09 by 송동우
네티져 화면 전체에 사진을 넣거나 가로로 크게 넣으려면은요 [1] file 2012.12.09 by mindpainter
제이빅 설치 후 오류 ㅠㅠ  
LI-NA 애드온에서 PHP리다이렉션 기능을 사용할 수 있나요? [2] 2012.12.09 by LI-NA
아수라13 모바일 홈페이지 구축? 제발 답변 좀 부탁드려요 [1] 2012.12.09 by LI-NA
good499 V3 디폴트 도큐멘트 파일좀 찾아주세요 ㅠㅠ [1] 2012.12.09 by 송동우
몽실아빠 XE 게시판 댓글이 달리면 글 삭제가 안되게 하되 관리자는 가능하게 ? [1] 2012.12.09 by 송동우
sbshs77 오랜만에 xe 잡아서 기억이 안나는건지는 모르겠지만요 [1] 2012.12.09 by sbshs77
comaa 특정일 이후 작성된 글이 무작위로 지워집니다.  
페이해스1 회원가입시 DB테이블 입력에 관하여 질문드립니다. [1] 2012.12.09 by 푸시아
dumbfo 익명관련 질문입니다(닉네임암호화 및 관리자) [1] 2012.12.09 by 송동우
dumbfo 1.5.3.7 업데이트 후 문제  
민다 메뉴에 새글 표시 모듈 사용중 문의  
오늘도가자11 스케치북5 게시판에 보면 이부분을 안나오게 하고 싶습니다 [1] file 2012.12.08 by 송동우
genosaid 익명끼리 쪽지 주고 받게하는 방법이 있나요? [2] 2012.12.08 by genosaid
두바이 한 ip 에서서 다중 계정 로그인 못하게 하기 [1] 2012.12.08 by 송동우
오늘도가자11 게시판 마다 ip 차단에 관한 질문 다시요 ㅜㅜ [1] 2012.12.08 by 송동우
오늘도가자11 게시판 마다 id차단 기능을 만들수 있을가요? [1] 2012.12.08 by 송동우
LI-NA 애드온 중복실행 문제. [2] 2012.12.08 by LI-NA
오늘도가자11 게시판관리자를 설정해놔도 게시판관리자도 ip를 못보게했으면 좋겠습니다 [1] 2012.12.08 by 송동우
color77 xe1.5 7이번에최신버전업데이트하고나서 비밀글들이 다 보여지네요 이럴떄 어떻게해야하나요? [1] 2012.12.08 by 송동우