지구인

간단한 퀵메뉴

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

그누에 적용하시려면 아래 소스를 따로 /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,057
19년 전 조회 7,154
19년 전 조회 2,644
19년 전 조회 2,868
19년 전 조회 4,351
19년 전 조회 2,340
19년 전 조회 3,771
19년 전 조회 3,054
19년 전 조회 2,889
19년 전 조회 2,370
19년 전 조회 2,652
19년 전 조회 2,747
19년 전 조회 3,253
19년 전 조회 3,912
19년 전 조회 3,430
19년 전 조회 2,955
19년 전 조회 2,444
19년 전 조회 3,103
19년 전 조회 3,213
19년 전 조회 2,737
19년 전 조회 2,461
19년 전 조회 3,493
19년 전 조회 5,031
19년 전 조회 5,241
19년 전 조회 2,467
19년 전 조회 2,357
19년 전 조회 5,150
19년 전 조회 9,140
19년 전 조회 2,224
19년 전 조회 5,092
19년 전 조회 4,538
19년 전 조회 2,789
19년 전 조회 5,143
19년 전 조회 2,970
19년 전 조회 3,853
19년 전 조회 2,785
19년 전 조회 3,604
19년 전 조회 2,127
19년 전 조회 5,545
19년 전 조회 1,891
19년 전 조회 6,241
19년 전 조회 3,049
19년 전 조회 6,223
19년 전 조회 6,998
19년 전 조회 3,904
19년 전 조회 2,384
19년 전 조회 2,267
19년 전 조회 7,059
19년 전 조회 2,559
19년 전 조회 4,118
19년 전 조회 5,509
19년 전 조회 2,839
19년 전 조회 1,888
19년 전 조회 1,732
19년 전 조회 1,686
19년 전 조회 1,956
19년 전 조회 1,967
19년 전 조회 1,961
19년 전 조회 1,875
19년 전 조회 2,673
19년 전 조회 2,492
19년 전 조회 3,637
19년 전 조회 2,767
19년 전 조회 2,731
19년 전 조회 3,576
19년 전 조회 4,785
19년 전 조회 3,138
19년 전 조회 2,975
19년 전 조회 3,518
19년 전 조회 6,450
19년 전 조회 2,361
19년 전 조회 2,161
19년 전 조회 2,125
19년 전 조회 2,181
19년 전 조회 3,350
19년 전 조회 2,425
19년 전 조회 2,105
19년 전 조회 1,808
19년 전 조회 2,257
19년 전 조회 3,529
19년 전 조회 3,385
19년 전 조회 2,090
19년 전 조회 1,650
19년 전 조회 3,336
19년 전 조회 2,217
19년 전 조회 1,784
19년 전 조회 3,013
19년 전 조회 2,142
19년 전 조회 2,008
19년 전 조회 1,986
19년 전 조회 1,941
19년 전 조회 2,378
19년 전 조회 2,798
19년 전 조회 1,940
19년 전 조회 1,695
19년 전 조회 1,698
19년 전 조회 1,655
19년 전 조회 3,381
19년 전 조회 3,073
19년 전 조회 1,815