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

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

<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,604
17년 전 조회 1,588
17년 전 조회 1,683
17년 전 조회 1,482
17년 전 조회 1,520
17년 전 조회 1,553
17년 전 조회 1,644
17년 전 조회 1,644
17년 전 조회 1,681
17년 전 조회 1,618
17년 전 조회 1,966
17년 전 조회 3,279
17년 전 조회 3,687
17년 전 조회 1,770
17년 전 조회 1,877
17년 전 조회 1,665
17년 전 조회 2,432
17년 전 조회 3,356
17년 전 조회 1,691
17년 전 조회 1,668
17년 전 조회 1,701
17년 전 조회 1,562
17년 전 조회 1,741
17년 전 조회 1,803
17년 전 조회 1,619
17년 전 조회 2,885
17년 전 조회 1,649
17년 전 조회 1,903
17년 전 조회 1,789
17년 전 조회 2,117
17년 전 조회 2,116
17년 전 조회 2,125
17년 전 조회 2,191
17년 전 조회 1,873
17년 전 조회 1,919
17년 전 조회 1,834
17년 전 조회 2,175
17년 전 조회 2,103
17년 전 조회 1,885
17년 전 조회 2,082
17년 전 조회 1,738
17년 전 조회 1,967
17년 전 조회 2,293
17년 전 조회 3,116
17년 전 조회 2,334
17년 전 조회 1,726
17년 전 조회 2,300
17년 전 조회 2,748
17년 전 조회 1,884
17년 전 조회 2,641
17년 전 조회 2,109
17년 전 조회 1,813
17년 전 조회 1,640
17년 전 조회 2,319
17년 전 조회 3,252
17년 전 조회 2,841
17년 전 조회 1,849
17년 전 조회 3,238
17년 전 조회 2,760
17년 전 조회 3,109
17년 전 조회 3,114
17년 전 조회 2,896
17년 전 조회 2,712
17년 전 조회 2,064
17년 전 조회 2,795
17년 전 조회 4,326
18년 전 조회 2,161
18년 전 조회 4,262
18년 전 조회 2,173
18년 전 조회 2,065
18년 전 조회 2,431
18년 전 조회 2,828
18년 전 조회 1,782
18년 전 조회 2,133
18년 전 조회 2,701
18년 전 조회 2,179
18년 전 조회 2,115
18년 전 조회 1,915
18년 전 조회 1,738
18년 전 조회 1,722
18년 전 조회 1,509
18년 전 조회 1,522
18년 전 조회 1,524
18년 전 조회 1,533
18년 전 조회 1,934
18년 전 조회 2,049
18년 전 조회 2,170
18년 전 조회 3,310
18년 전 조회 2,469
18년 전 조회 2,111
18년 전 조회 2,468
18년 전 조회 2,196
18년 전 조회 3,719
18년 전 조회 1,874
18년 전 조회 2,009
18년 전 조회 1,708
18년 전 조회 2,563
18년 전 조회 3,483
18년 전 조회 2,605
18년 전 조회 2,079