퀵메뉴 무한 스크롤 안되게 하는 법좀 가르쳐주세요~~

그누 스킨중에 홈페이지 가운데 정렬에도 퀵메뉴 잡아주는 소스가 있길레 사용 하려하는데요..
이소스를 사용해보니 약간의 문제(?)가 있어서요...
위치도 거의 딱 잡아주는데 문제는 처음 시작위치와 스크롤될때의 퀵메뉴위치를 잡아주는게 없어서인지 낮은 해상도에서는 홈페이지 아래로 무한 스크롤이 가능하더라고요....
무한 스크롤 안되게 하는 법좀 가르쳐주세요~~

<SCRIPT language=javascript>
//사용함수
function ResetRemocon(){

var DivMovingLayerYFrom, DivMovingLayerYTo, OffsetY, ResetTime;

ResetTime = 50;

if (DivMovingLayerRule == 'center'){
//해상도 기준, 가운데 에서 x만큼 떨어진 곳에 위치

if (navigator.userAgent.toLowerCase().indexOf("gecko") > -1) {

if (document.body.clientWidth < ContentsWidth + 10) {

DivMovingLayer.style.left = parseInt (ContentsWidth / 2, 10) + DivMovingLayerX + 10 + "px";
}
else {

DivMovingLayer.style.left = (DivMovingLayerX + (document.body.clientWidth / 2)) + "px";
}
}
else{

if (document.body.clientWidth < ContentsWidth) {

DivMovingLayer.style.left = parseInt (ContentsWidth / 2, 10) + DivMovingLayerX + "px";
}
else {

DivMovingLayer.style.left = (DivMovingLayerX + (document.body.clientWidth / 2)) + "px";
}
}
}
else if (DivMovingLayerRule == 'left'){
//해상도와 무관, 왼쪽 에서 x만큼 떨어진 곳에 위치

DivMovingLayer.style.left = (DivMovingLayerX) + "px";
}

DivMovingLayerYFrom = parseInt (DivMovingLayer.style.top, 10);
DivMovingLayerYTo = DivMovingLayerY + document.body.scrollTop + 1;

if ( DivMovingLayerYFrom != DivMovingLayerYTo ) {

OffsetY = Math.ceil( Math.abs( DivMovingLayerYTo - DivMovingLayerYFrom ) / 20 );

if ( DivMovingLayerYTo < DivMovingLayerYFrom )
OffsetY = -OffsetY;

DivMovingLayer.style.top = (DivMovingLayerYFrom + OffsetY) + "px";

ResetTime = 10;
}

setTimeout ("ResetRemocon()", ResetTime);
}

function SetRemocon() {

DivMovingLayer.style.display = "block";

DivMovingLayer.style.top = (DivMovingLayerY + document.body.scrollTop + 1) + "px";

ResetRemocon();
return true;
}

function NoneRemocon() {

DivMovingLayer.style.display = "none";
selectBoxVisible();
}

//레이어 디자인부분
document.write("<div id=DivMovingLayer style='position:absolute;left:0px;top:360px; z-index:8;display:none;'>");
document.write("<tr><td align='center'><img src='/2008/images/sub/quick.gif' border='0'></td></tr>");
document.write("</table>");
document.write("</div>");

if (typeof document.body == "undefined")
document.body = document.getElementsByTagName("BODY")[0];

var DivMovingLayer = document.getElementById("DivMovingLayer");

//환경설정
var ContentsWidth = 955;//움직이는 레이어를 제외한 콘텐츠 너비, 가운데 정렬에만 해당, 전체 테이블중 제일큰 테이블 너비
var DivMovingLayerX =387;//레이어가 위치할 레프트 값
var DivMovingLayerY = 360;//레어가 위치할 탑 값
var DivMovingLayerRule = 'center';//center -->가운데 정렬을 기준으로 x만큼, left --> 레프트 정렬을 기준으로 x만큼

//레이어 보이기
//SetRemocon();
window.onload=SetRemocon;

</SCRIPT>
|

댓글 1개

아이프레임 스크롤 없게 맹글어서 속에 넣어 버리세요..
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
17년 전 조회 1,501
17년 전 조회 1,488
17년 전 조회 1,579
17년 전 조회 1,367
17년 전 조회 1,413
17년 전 조회 1,449
17년 전 조회 1,520
17년 전 조회 1,525
17년 전 조회 1,572
17년 전 조회 1,520
17년 전 조회 1,854
17년 전 조회 3,173
17년 전 조회 3,569
17년 전 조회 1,669
17년 전 조회 1,758
17년 전 조회 1,556
17년 전 조회 2,331
17년 전 조회 3,259
17년 전 조회 1,590
17년 전 조회 1,550
17년 전 조회 1,583
17년 전 조회 1,455
17년 전 조회 1,648
17년 전 조회 1,703
17년 전 조회 1,508
17년 전 조회 2,775
17년 전 조회 1,536
17년 전 조회 1,784
17년 전 조회 1,687
17년 전 조회 1,987
17년 전 조회 1,998
17년 전 조회 2,005
17년 전 조회 2,070
17년 전 조회 1,736
17년 전 조회 1,792
17년 전 조회 1,725
17년 전 조회 2,061
17년 전 조회 1,983
17년 전 조회 1,762
17년 전 조회 1,958
17년 전 조회 1,609
17년 전 조회 1,841
17년 전 조회 2,176
17년 전 조회 3,003
17년 전 조회 2,225
17년 전 조회 1,598
17년 전 조회 2,185
17년 전 조회 2,621
17년 전 조회 1,768
17년 전 조회 2,518
17년 전 조회 1,981
17년 전 조회 1,686
17년 전 조회 1,509
17년 전 조회 2,188
17년 전 조회 3,122
17년 전 조회 2,722
17년 전 조회 1,729
17년 전 조회 3,126
17년 전 조회 2,632
17년 전 조회 2,971
17년 전 조회 2,991
17년 전 조회 2,772
17년 전 조회 2,586
17년 전 조회 1,946
17년 전 조회 2,672
17년 전 조회 4,205
17년 전 조회 2,042
17년 전 조회 4,125
17년 전 조회 2,046
17년 전 조회 1,942
17년 전 조회 2,298
17년 전 조회 2,720
17년 전 조회 1,651
17년 전 조회 2,001
17년 전 조회 2,560
17년 전 조회 2,054
17년 전 조회 1,989
17년 전 조회 1,783
17년 전 조회 1,607
17년 전 조회 1,586
17년 전 조회 1,392
17년 전 조회 1,377
17년 전 조회 1,402
17년 전 조회 1,412
17년 전 조회 1,797
17년 전 조회 1,917
17년 전 조회 2,047
17년 전 조회 3,173
17년 전 조회 2,325
17년 전 조회 1,981
18년 전 조회 2,327
18년 전 조회 2,056
18년 전 조회 3,583
18년 전 조회 1,756
18년 전 조회 1,873
18년 전 조회 1,572
18년 전 조회 2,420
18년 전 조회 3,352
18년 전 조회 2,494
18년 전 조회 1,938