COMING SOON 🚀

지구인

간단한 퀵메뉴

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

그누에 적용하시려면 아래 소스를 따로 /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,152
19년 전 조회 7,261
19년 전 조회 2,746
19년 전 조회 2,976
19년 전 조회 4,443
19년 전 조회 2,444
19년 전 조회 3,884
19년 전 조회 3,152
19년 전 조회 3,005
19년 전 조회 2,474
19년 전 조회 2,751
19년 전 조회 2,854
19년 전 조회 3,364
19년 전 조회 4,026
19년 전 조회 3,533
19년 전 조회 3,058
19년 전 조회 2,548
19년 전 조회 3,208
19년 전 조회 3,319
19년 전 조회 2,834
19년 전 조회 2,581
19년 전 조회 3,591
19년 전 조회 5,136
19년 전 조회 5,344
19년 전 조회 2,571
19년 전 조회 2,474
19년 전 조회 5,269
19년 전 조회 9,255
19년 전 조회 2,322
19년 전 조회 5,204
19년 전 조회 4,652
19년 전 조회 2,908
19년 전 조회 5,253
19년 전 조회 3,082
19년 전 조회 3,968
19년 전 조회 2,909
19년 전 조회 3,729
19년 전 조회 2,252
19년 전 조회 5,659
19년 전 조회 2,003
19년 전 조회 6,358
19년 전 조회 3,156
19년 전 조회 6,326
19년 전 조회 7,125
19년 전 조회 4,011
19년 전 조회 2,492
19년 전 조회 2,374
19년 전 조회 7,171
19년 전 조회 2,682
19년 전 조회 4,223
19년 전 조회 5,628
19년 전 조회 2,960
19년 전 조회 1,998
19년 전 조회 1,841
19년 전 조회 1,795
19년 전 조회 2,060
19년 전 조회 2,089
19년 전 조회 2,067
19년 전 조회 1,985
19년 전 조회 2,785
19년 전 조회 2,590
19년 전 조회 3,745
19년 전 조회 2,871
19년 전 조회 2,826
19년 전 조회 3,693
19년 전 조회 4,907
19년 전 조회 3,253
19년 전 조회 3,085
19년 전 조회 3,632
19년 전 조회 6,551
19년 전 조회 2,469
19년 전 조회 2,258
19년 전 조회 2,214
19년 전 조회 2,282
19년 전 조회 3,462
19년 전 조회 2,525
19년 전 조회 2,213
19년 전 조회 1,923
19년 전 조회 2,353
19년 전 조회 3,633
19년 전 조회 3,510
19년 전 조회 2,197
19년 전 조회 1,746
19년 전 조회 3,451
19년 전 조회 2,334
19년 전 조회 1,892
19년 전 조회 3,118
19년 전 조회 2,252
19년 전 조회 2,115
19년 전 조회 2,092
19년 전 조회 2,055
19년 전 조회 2,484
19년 전 조회 2,888
19년 전 조회 2,044
19년 전 조회 1,799
19년 전 조회 1,811
19년 전 조회 1,756
19년 전 조회 3,480
19년 전 조회 3,188
19년 전 조회 1,930