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

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

<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,465
17년 전 조회 1,446
17년 전 조회 1,541
17년 전 조회 1,332
17년 전 조회 1,368
17년 전 조회 1,414
17년 전 조회 1,476
17년 전 조회 1,494
17년 전 조회 1,525
17년 전 조회 1,480
17년 전 조회 1,811
17년 전 조회 3,132
17년 전 조회 3,534
17년 전 조회 1,625
17년 전 조회 1,721
17년 전 조회 1,526
17년 전 조회 2,295
17년 전 조회 3,211
17년 전 조회 1,553
17년 전 조회 1,513
17년 전 조회 1,543
17년 전 조회 1,420
17년 전 조회 1,614
17년 전 조회 1,664
17년 전 조회 1,469
17년 전 조회 2,749
17년 전 조회 1,500
17년 전 조회 1,751
17년 전 조회 1,642
17년 전 조회 1,949
17년 전 조회 1,958
17년 전 조회 1,975
17년 전 조회 2,030
17년 전 조회 1,698
17년 전 조회 1,762
17년 전 조회 1,686
17년 전 조회 2,027
17년 전 조회 1,942
17년 전 조회 1,725
17년 전 조회 1,922
17년 전 조회 1,576
17년 전 조회 1,812
17년 전 조회 2,133
17년 전 조회 2,967
17년 전 조회 2,183
17년 전 조회 1,569
17년 전 조회 2,148
17년 전 조회 2,589
17년 전 조회 1,737
17년 전 조회 2,490
17년 전 조회 1,935
17년 전 조회 1,639
17년 전 조회 1,482
17년 전 조회 2,156
17년 전 조회 3,079
17년 전 조회 2,683
17년 전 조회 1,697
17년 전 조회 3,084
17년 전 조회 2,596
17년 전 조회 2,936
17년 전 조회 2,954
17년 전 조회 2,734
17년 전 조회 2,545
17년 전 조회 1,907
17년 전 조회 2,639
17년 전 조회 4,159
17년 전 조회 2,001
17년 전 조회 4,088
17년 전 조회 2,010
17년 전 조회 1,907
17년 전 조회 2,260
17년 전 조회 2,683
17년 전 조회 1,619
17년 전 조회 1,972
17년 전 조회 2,527
17년 전 조회 2,018
17년 전 조회 1,954
17년 전 조회 1,747
17년 전 조회 1,573
17년 전 조회 1,539
17년 전 조회 1,347
17년 전 조회 1,344
17년 전 조회 1,365
17년 전 조회 1,375
17년 전 조회 1,772
17년 전 조회 1,876
17년 전 조회 2,014
17년 전 조회 3,139
17년 전 조회 2,292
17년 전 조회 1,948
17년 전 조회 2,297
17년 전 조회 2,017
17년 전 조회 3,547
17년 전 조회 1,722
17년 전 조회 1,842
17년 전 조회 1,540
17년 전 조회 2,381
17년 전 조회 3,318
18년 전 조회 2,456
18년 전 조회 1,915