지구인

간단한 퀵메뉴

· 19년 전 · 4290
퀵메뉴 관련소스 중에 비교적 간단해서 자주 애용하는 소스입니다. (중복일지도;;)
근데 아쉽게도 파폭에선 안되네요... 그동안 잘 안 쓴 이유도 그때문인데 그럼에도 불구하고 오늘 어떤 사이트에 적용했다가 (찾아보니 다른건 거의 플래시용이라) 팁으로도 올립니다.

그누에 적용하시려면 아래 소스를 따로 /g4/js/qmenu.js 등의 이름으로 저장한 다음
head.sub.php에서

<script language="javascript" src="<?=$g4['path']?>/js/common.js"></script>
<script language="javascript" src="<?=$g4['path']?>/js/ajax.js"></script>
<script language="javascript" src="<?=$g4['path']?>/js/qmenu.js"></script>
<body topmargin="0" leftmargin="0" <?=isset($g4['body_script']) ? $g4['body_script'] : "";?>>
<a name="g4_head"></a>

이런 식으로 추가해주면 됩니다.


///////////////여기부터 퀵메뉴 소스
document.write('<div id=floater style=\"position:absolute; left:1000px; top:300px; z-index:100;\">');
document.write('<a href=\"#g4_head\" onfocus="this.blur()">Top</a><br>');
document.write('<a href=\"javascript:history.go(-1)\" onfocus="this.blur()">Back</a></div>');

self.onError=null;
currentX = currentY = 0;
whichIt = null;
lastScrollX = 0; lastScrollY = 0;
NS = (document.layers) ? 1 : 0;
IE = (document.all) ? 1: 0;
<!-- STALKER CODE -->
function heartBeat() {
if(IE) {
diffY = document.body.scrollTop;
diffX = 0;
}
if(NS) { diffY = self.pageYOffset; diffX = self.pageXOffset; }
if(diffY != lastScrollY) {
percent = .1 * (diffY - lastScrollY);
if(percent > 0) percent = Math.ceil(percent);
else percent = Math.floor(percent);
if(IE) document.all.floater.style.pixelTop += percent;
if(NS) document.floater.top += percent;
lastScrollY = lastScrollY + percent;
}
if(diffX != lastScrollX) {
percent = .1 * (diffX - lastScrollX);
if(percent > 0) percent = Math.ceil(percent);
else percent = Math.floor(percent);
if(IE) document.all.floater.style.pixelLeft += percent;
if(NS) document.floater.top += percent;
lastScrollY = lastScrollY + percent;
}
}
if(NS || IE) action = window.setInterval("heartBeat()",1);
////////////여기까지<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 6,219
19년 전 조회 7,317
19년 전 조회 2,817
19년 전 조회 3,039
19년 전 조회 4,515
19년 전 조회 2,507
19년 전 조회 3,953
19년 전 조회 3,210
19년 전 조회 3,081
19년 전 조회 2,536
19년 전 조회 2,819
19년 전 조회 2,922
19년 전 조회 3,444
19년 전 조회 4,086
19년 전 조회 3,614
19년 전 조회 3,121
19년 전 조회 2,632
19년 전 조회 3,288
19년 전 조회 3,378
19년 전 조회 2,890
19년 전 조회 2,641
19년 전 조회 3,655
19년 전 조회 5,217
19년 전 조회 5,434
19년 전 조회 2,653
19년 전 조회 2,536
19년 전 조회 5,343
19년 전 조회 9,319
19년 전 조회 2,376
19년 전 조회 5,274
19년 전 조회 4,718
19년 전 조회 2,956
19년 전 조회 5,323
19년 전 조회 3,146
19년 전 조회 4,028
19년 전 조회 2,968
19년 전 조회 3,788
19년 전 조회 2,307
19년 전 조회 5,734
19년 전 조회 2,059
19년 전 조회 6,422
19년 전 조회 3,218
19년 전 조회 6,395
19년 전 조회 7,200
19년 전 조회 4,085
19년 전 조회 2,560
19년 전 조회 2,448
19년 전 조회 7,252
19년 전 조회 2,746
19년 전 조회 4,291
19년 전 조회 5,688
19년 전 조회 3,018
19년 전 조회 2,069
19년 전 조회 1,909
19년 전 조회 1,862
19년 전 조회 2,143
19년 전 조회 2,153
19년 전 조회 2,129
19년 전 조회 2,066
19년 전 조회 2,886
19년 전 조회 2,662
19년 전 조회 3,814
19년 전 조회 2,933
19년 전 조회 2,897
19년 전 조회 3,771
19년 전 조회 4,972
19년 전 조회 3,325
19년 전 조회 3,154
19년 전 조회 3,718
19년 전 조회 6,625
19년 전 조회 2,530
19년 전 조회 2,326
19년 전 조회 2,284
19년 전 조회 2,342
19년 전 조회 3,521
19년 전 조회 2,604
19년 전 조회 2,282
19년 전 조회 2,003
19년 전 조회 2,416
19년 전 조회 3,721
19년 전 조회 3,580
19년 전 조회 2,283
19년 전 조회 1,819
19년 전 조회 3,510
19년 전 조회 2,397
19년 전 조회 1,966
19년 전 조회 3,189
19년 전 조회 2,313
19년 전 조회 2,188
19년 전 조회 2,164
19년 전 조회 2,126
19년 전 조회 2,550
19년 전 조회 2,968
19년 전 조회 2,114
19년 전 조회 1,857
19년 전 조회 1,882
19년 전 조회 1,819
19년 전 조회 3,556
19년 전 조회 3,255
19년 전 조회 2,002