묻고답하기

 

아래글에 글이 깨져서 소스 수정해서 다시 올립니다;

스크롤 따라다니는 배너(일명 퀵메뉴라고 하죠?)를 만드려고

기존에 사용하던 common.js파일에

(xe폴더에 있던 것이 아니라 홈페이지 전반 링크스크립트를 위해 사용하던 파일입니다. 전 페이지에 링크걸려있어요)

 self.onError=null;
 currentX = currentY = 0;
 whichIt = null;
 lastScrollX = 0; lastScrollY = 0;
 action = window.setInterval('heartBeat()',1);
 
 function heartBeat() {
  diffY = document.body.scrollTop;
  diffX = 0;
  if (diffY != lastScrollY) {
  percent = .2 * (diffY - lastScrollY);
  if (percent > 0) {
    percent = Math.ceil(percent);
  } else {
    percent = Math.floor(percent);
  }
  document.all.layer_right.style.pixelTop += percent;
  lastScrollY = lastScrollY + percent;
  }
  if (diffX != lastScrollX) {
  percent = .2 * (diffX - lastScrollX);
  if (percent > 0) {
    percent = Math.ceil(percent);
  } else {
    percent = Math.floor(percent);
  }
  document.all.layer_right.style.pixelLeft += percent;
  lastScrollY = lastScrollY + percent;
  }

 

를 입력하고 각 페이지 body사이에

(div id="layer_right" style='width:90px; height:380px; position:absolute; z-index:1; top: 89px; left:expression(document.body.clientWidth/2+490);')
  (table border="0" cellspacing="0" cellpadding="0")
      (tr)
        (td width="90" height="134")(a href="http://www.kcomia.or.kr/xe/23866#0")(img src="http://www.kcomia.or.kr/img/rightbanner_001.png" border="0")(/a)(/td)
      (/tr)
      (tr)
        (td width="90" height="6")(/td)
      (/tr)
      (tr)
        (td width="90" height="117")(a href="http://www.kcomia.or.kr/sub_05_01_001.php")(img src="http://www.kcomia.or.kr/img/rightbanner_002.png" border="0")(/a)(/td)
      (/tr)
      (tr)
        (td width="90" height="6")(/td)
      (/tr)
      (tr)
        (td width="90" height="117")(a href="http://cafe.naver.com/kcomia2010" target="_blank")(img src="http://www.kcomia.or.kr/img/rightbanner_003.png" border="0")(/a)(/td)
      (/tr)
  (/table)
(/div)

 

를 입력했습니다. 그런데 문제는 일반 php로 만든 페이지에서는 스크립트가 잘 구현이 되는데

xe를 사용한 페이지(index와 각 게시판 페이지)에서는 배너가 꼼짝도 않고 고정이 되어있어서요

아무리 봐도 뭐가 잘못된건지를 알아야 고치거나 할텐데 일반 php페이지에서는 잘 되니 너무 답답합니다ㅠㅠ

common.js에 있는 기존의 스크립트는 잘 구현이 되는데 왜 이것만 안되는지 모르겠어요..

 

---------------------------------------------------------------------------------------------------------------------------------

게시판 페이지 소스가 있으면 더 알기 편할까해서 추가해봅니다.

상단내용부분입니다. 이 곳이 잘못된걸까요ㅠㅠ?

 

(html)
 (head)
  (title) 대한마리나산업진흥회 (/title)
  (script language="javascript" src="http://www.kcomia.or.kr/js/common.js")(/script)
 (/head)
(!--백그라운드 수정--)
 (body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="http://www.kcomia.or.kr/img/top_bg.png")
  (table width="100%" height="100%"  valign="top" align="center" cellpadding="0" cellspacing="0" border="0")
  (tr)
 (td)
 
 (table width="100%" height="100%"  valign="top" align="center" cellpadding="0" cellspacing="0" border="0")
 (tr)
  (td height="90" )(font color="#01567f").(/font)(/td)
 (/tr)
 (tr)
  (td)(font color="white").(/font)(/td)
 (/tr)
 (/table)
 
 (/td)
 (td width="965" background="http://www.kcomia.or.kr/img/index_bg.png")
 
   (table width="965" height="355" valign="top" align="center" cellpadding="0" cellspacing="0" border="0")
  (tr)
   (td height="355" valign="top")(embed src="http://www.kcomia.or.kr/sub.swf" quality="high" width="965" height="355" bgcolor="#FFFFFF" name="player" align="middle" allowScriptAccess="always" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer")(/embed)(br)(br)(/td)
  (/tr)
  (tr)
   (td)
   (!--contents--)
   
   (table width="965" height="355" valign="top" align="center" cellpadding="0" cellspacing="0" border="0")
   (tr)
    (td width="20")(/td)
    (td width="216" valign="top")(!--2차목록가져오기--) 
    
    (table width="216" cellpadding="0" cellspacing="0" border="0" valign="top" align="left")
(tr)
 (td height="40")
 (img src="http://www.kcomia.or.kr/img/sub/sub_nv_05_01.png")
 (/td)
(/tr)
(tr)
 (td height="25")
 (a href="http://www.kcomia.or.kr/sub_05_01_001.php")
 (img src="http://www.kcomia.or.kr/img/sub/sub_nv_05_02.png" onmouseover="this.src='http://www.kcomia.or.kr/img/sub/sub_nv_05_02_02.png'" onmouseout="this.src='+ 'http://www.kcomia.or.kr/img/sub/sub_nv_05_02.png'" border="0")
 (/a)
 (/td)
(/tr)
(tr)
 (td height="25")
 (a href="http://www.kcomia.or.kr/xe/notice")
 (img src="http://www.kcomia.or.kr/img/sub/sub_nv_05_03.png" onmouseover="this.src='http://www.kcomia.or.kr/img/sub/sub_nv_05_03_02.png'" onmouseout="this.src='http://www.kcomia.or.kr/img/sub/sub_nv_05_03.png'" border="0")
 (/a)
 (/td)
(/tr)
(tr)
 (td height="25")
 (a href="http://www.kcomia.or.kr/xe/column")
 (img src="http://www.kcomia.or.kr/img/sub/sub_nv_05_05.png" onmouseover="this.src='http://www.kcomia.or.kr/img/sub/sub_nv_05_05_02.png'" onmouseout="this.src='http://www.kcomia.or.kr/img/sub/sub_nv_05_05.png'" border="0")
 (/a)
 (/td)
(/tr)
(tr)
 (td height="25")
 (a href="http://www.kcomia.or.kr/xe/gallery")
 (img src="http://www.kcomia.or.kr/img/sub/sub_nv_05_04.png" onmouseover="this.src='http://www.kcomia.or.kr/img/sub/sub_nv_05_04_02.png'" onmouseout="this.src='http://www.kcomia.or.kr/img/sub/sub_nv_05_04.png'" border="0")
 (/a)
 (/td)
(/tr)
(tr)
 (td height="25")
 (a href="http://www.kcomia.or.kr/xe/free")
 (img src="http://www.kcomia.or.kr/img/sub/sub_nv_05_06.png" onmouseover="this.src='http://www.kcomia.or.kr/img/sub/sub_nv_05_06_02.png'" onmouseout="this.src='http://www.kcomia.or.kr/img/sub/sub_nv_05_06.png'" border="0")
 (/a)
 (/td)
(/tr)
(tr)
 (td height="25")
 (a href="http://www.kcomia.or.kr/xe/qna")
 (img src="http://www.kcomia.or.kr/img/sub/sub_nv_05_07.png" onmouseover="this.src='http://www.kcomia.or.kr/img/sub/sub_nv_05_07_02.png'" onmouseout="this.src='http://www.kcomia.or.kr/img/sub/sub_nv_05_07.png'" border="0")
 (/a)
 (/td)
(/tr)
(/table)    
    
    (/td)
    (td width="33")(/td)
    (td width="636")
    
    (table width="636" height="100%" valign="top" align="center" cellpadding="0" cellspacing="0" border="0")
    (tr)
     (td height="53" background="http://www.kcomia.or.kr/img/sub/sub_tt_05_09.png")(/td)
    (/tr)
    (tr)
     (td height="23")(/td)
    (/tr)
    (tr)
     (td height="17" background="http://www.kcomia.or.kr/img/sub/sub_tt_05_10.png")(/td)
    (/tr)
    (tr)
     (td height="100%" valign="top")(br)(br)
(!--스크롤 우측배너--)
(div id="layer_right" style='width:90px; height:380px; position:absolute; z-index:1; top: 89px; left:expression(document.body.clientWidth/2+490);')
  (table border="0" cellspacing="0" cellpadding="0")
      (tr)
        (td width="90" height="134")(a href="http://www.kcomia.or.kr/xe/23866#0")(img src="http://www.kcomia.or.kr/img/rightbanner_001.png" border="0")(/a)(/td)
      (/tr)
      (tr)
        (td width="90" height="6")(/td)
      (/tr)
      (tr)
        (td width="90" height="117")(a href="http://www.kcomia.or.kr/sub_05_01_001.php")(img src="http://www.kcomia.or.kr/img/rightbanner_002.png" border="0")(/a)(/td)
      (/tr)
      (tr)
        (td width="90" height="6")(/td)
      (/tr)
      (tr)
        (td width="90" height="117")(a href="http://cafe.naver.com/kcomia2010" target="_blank")(img src="http://www.kcomia.or.kr/img/rightbanner_003.png" border="0")(/a)(/td)
      (/tr)
  (/table)
(/div)

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
SCAC 1.4에서 1.5로 업데이트할때.. [1] 2012.01.29 by forest535
파표 게시판을 갤러리형식으로 사용시 미리보기가 안떠요....아무나 답변좀~!! [2] file 2012.01.29 by forest535
blueclould content 위젯 권한 설정 [1] 2012.01.29 by forest535
또별 코어1514v보드패키지 설치후 쪽지,친구 등 페이지 에러  
nexonx 혹시 프로그램 개발자분들이 많은 사이트도 있는지요...?; [3] 2012.01.29 by nexonx
준희^^+ 확장변수 write_from.html 수정방법 좀 알려주세요.  
66index99 관리자메뉴에서 "업데이트 가능 wiki - 업데이트"가 자주 뜹니다.. [1] 2012.01.29 by 송동우
leebackup 이거 왜그런건지 알려주시면 감사하겠습니다 ^^ [7] file 2012.01.29 by NA답답이
JEDI 테마의 게시판 스킨을 적용 시키는 법  
94DT 게시판 글자수 제한 [1] 2012.01.29 by 송동우
오십대초짜 XE 설치도 않되는대 도와주세요... [2] 2012.01.29 by 오십대초짜
행복하소서 코어 1.5로 업뎃 안되게 막을방법 없을까요?  
msa 기본 welcome_page 모듈 페이지 타입이 ARTICLE 로 되어있는데 WIDGET 으로 어떻게 바꿔야 되나요?? [1] 2012.01.29 by 송동우
mchat_ 게시판 DX 질문 을 이곳에 올려봅니다.  
엘쿤 모바일에서 글쓰기 하는데요  
forest535 댓글(코멘트)를 피드로 받아보고싶습니다  
삐짐이 ip별 리다이렉트  
덴키드 [PXE CLIO] 플래시 창이 계속 떠있도록 설정질문 [2] file 2012.01.29 by 시니시즘
experiment XE 레이아웃 스킨에서 layout.html [3] 2012.01.29 by 인터니즈2
키스미베이베 특정확장자 포인트 경고문 제외시키기 [1] 2012.01.29 by 송동우
피닉스08 스케치북5 게시판이 자꾸 튀어나와요 file  
피닉스08 1.51v 게시판 업데이트 오류에 대해서 [1] file 2012.01.29 by 송동우
IU 제로보드Xe질문 [1] file 2012.01.29 by 송동우
하얀마법 글쓰기 후 에디터 화면에서 멈춰있습니다.  
김원웅 혹시 자동업데이트 하실수있는분 계신가요? [1] 2012.01.29 by StyleRoot
김선생™ 본문에 첨부한 이미지클릭시 확대되고 , 스크롤하면 사라지지가 않네요.. [4] file 2012.01.29 by snows96
아나까떼 설치가 앙대여 [3] file 2012.01.29 by miso777
aflatoxin 외부페이지로 불러온 파일의 자바스크립트가 안먹는 현상  
마루바람 확장변수에 파일 업로드 기능 추가..질문드립니다. (XMLRPC?)  
박당근 www 가 붙어있을경우 삭제해주는 스크립트 [2] 2012.01.28 by 송동우