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

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

<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,495
17년 전 조회 1,478
17년 전 조회 1,570
17년 전 조회 1,358
17년 전 조회 1,404
17년 전 조회 1,444
17년 전 조회 1,510
17년 전 조회 1,518
17년 전 조회 1,561
17년 전 조회 1,512
17년 전 조회 1,841
17년 전 조회 3,165
17년 전 조회 3,563
17년 전 조회 1,662
17년 전 조회 1,749
17년 전 조회 1,552
17년 전 조회 2,324
17년 전 조회 3,246
17년 전 조회 1,582
17년 전 조회 1,540
17년 전 조회 1,576
17년 전 조회 1,450
17년 전 조회 1,638
17년 전 조회 1,696
17년 전 조회 1,499
17년 전 조회 2,767
17년 전 조회 1,527
17년 전 조회 1,779
17년 전 조회 1,672
17년 전 조회 1,979
17년 전 조회 1,990
17년 전 조회 2,000
17년 전 조회 2,064
17년 전 조회 1,731
17년 전 조회 1,786
17년 전 조회 1,718
17년 전 조회 2,056
17년 전 조회 1,974
17년 전 조회 1,752
17년 전 조회 1,951
17년 전 조회 1,599
17년 전 조회 1,832
17년 전 조회 2,164
17년 전 조회 2,993
17년 전 조회 2,218
17년 전 조회 1,591
17년 전 조회 2,174
17년 전 조회 2,614
17년 전 조회 1,761
17년 전 조회 2,509
17년 전 조회 1,969
17년 전 조회 1,673
17년 전 조회 1,505
17년 전 조회 2,183
17년 전 조회 3,108
17년 전 조회 2,715
17년 전 조회 1,721
17년 전 조회 3,116
17년 전 조회 2,624
17년 전 조회 2,961
17년 전 조회 2,978
17년 전 조회 2,761
17년 전 조회 2,574
17년 전 조회 1,934
17년 전 조회 2,666
17년 전 조회 4,193
17년 전 조회 2,033
17년 전 조회 4,117
17년 전 조회 2,038
17년 전 조회 1,936
17년 전 조회 2,289
17년 전 조회 2,709
17년 전 조회 1,642
17년 전 조회 1,993
17년 전 조회 2,554
17년 전 조회 2,044
17년 전 조회 1,978
17년 전 조회 1,773
17년 전 조회 1,599
17년 전 조회 1,575
17년 전 조회 1,384
17년 전 조회 1,369
17년 전 조회 1,397
17년 전 조회 1,404
17년 전 조회 1,789
17년 전 조회 1,905
17년 전 조회 2,041
17년 전 조회 3,165
17년 전 조회 2,319
17년 전 조회 1,973
17년 전 조회 2,318
17년 전 조회 2,048
17년 전 조회 3,576
18년 전 조회 1,746
18년 전 조회 1,866
18년 전 조회 1,563
18년 전 조회 2,413
18년 전 조회 3,345
18년 전 조회 2,481
18년 전 조회 1,929