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

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

<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,575
17년 전 조회 1,567
17년 전 조회 1,657
17년 전 조회 1,450
17년 전 조회 1,493
17년 전 조회 1,524
17년 전 조회 1,614
17년 전 조회 1,611
17년 전 조회 1,660
17년 전 조회 1,586
17년 전 조회 1,936
17년 전 조회 3,252
17년 전 조회 3,654
17년 전 조회 1,749
17년 전 조회 1,843
17년 전 조회 1,635
17년 전 조회 2,403
17년 전 조회 3,333
17년 전 조회 1,666
17년 전 조회 1,648
17년 전 조회 1,682
17년 전 조회 1,539
17년 전 조회 1,721
17년 전 조회 1,784
17년 전 조회 1,601
17년 전 조회 2,866
17년 전 조회 1,620
17년 전 조회 1,880
17년 전 조회 1,767
17년 전 조회 2,091
17년 전 조회 2,091
17년 전 조회 2,094
17년 전 조회 2,166
17년 전 조회 1,842
17년 전 조회 1,893
17년 전 조회 1,812
17년 전 조회 2,152
17년 전 조회 2,083
17년 전 조회 1,860
17년 전 조회 2,059
17년 전 조회 1,707
17년 전 조회 1,944
17년 전 조회 2,269
17년 전 조회 3,088
17년 전 조회 2,310
17년 전 조회 1,695
17년 전 조회 2,275
17년 전 조회 2,717
17년 전 조회 1,860
17년 전 조회 2,623
17년 전 조회 2,085
17년 전 조회 1,784
17년 전 조회 1,614
17년 전 조회 2,288
17년 전 조회 3,226
17년 전 조회 2,813
17년 전 조회 1,830
17년 전 조회 3,222
17년 전 조회 2,733
17년 전 조회 3,083
17년 전 조회 3,079
17년 전 조회 2,870
17년 전 조회 2,682
17년 전 조회 2,044
17년 전 조회 2,773
17년 전 조회 4,300
17년 전 조회 2,137
18년 전 조회 4,241
18년 전 조회 2,145
18년 전 조회 2,039
18년 전 조회 2,403
18년 전 조회 2,805
18년 전 조회 1,759
18년 전 조회 2,111
18년 전 조회 2,665
18년 전 조회 2,153
18년 전 조회 2,093
18년 전 조회 1,888
18년 전 조회 1,712
18년 전 조회 1,691
18년 전 조회 1,481
18년 전 조회 1,496
18년 전 조회 1,499
18년 전 조회 1,507
18년 전 조회 1,910
18년 전 조회 2,026
18년 전 조회 2,149
18년 전 조회 3,296
18년 전 조회 2,444
18년 전 조회 2,091
18년 전 조회 2,448
18년 전 조회 2,171
18년 전 조회 3,701
18년 전 조회 1,854
18년 전 조회 1,987
18년 전 조회 1,691
18년 전 조회 2,541
18년 전 조회 3,459
18년 전 조회 2,588
18년 전 조회 2,059