지구인

간단한 퀵메뉴

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

그누에 적용하시려면 아래 소스를 따로 /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,071
19년 전 조회 7,161
19년 전 조회 2,648
19년 전 조회 2,875
19년 전 조회 4,357
19년 전 조회 2,344
19년 전 조회 3,773
19년 전 조회 3,058
19년 전 조회 2,898
19년 전 조회 2,378
19년 전 조회 2,660
19년 전 조회 2,757
19년 전 조회 3,263
19년 전 조회 3,920
19년 전 조회 3,434
19년 전 조회 2,962
19년 전 조회 2,451
19년 전 조회 3,113
19년 전 조회 3,220
19년 전 조회 2,743
19년 전 조회 2,464
19년 전 조회 3,501
19년 전 조회 5,037
19년 전 조회 5,246
19년 전 조회 2,477
19년 전 조회 2,363
19년 전 조회 5,157
19년 전 조회 9,151
19년 전 조회 2,233
19년 전 조회 5,098
19년 전 조회 4,542
19년 전 조회 2,794
19년 전 조회 5,147
19년 전 조회 2,976
19년 전 조회 3,861
19년 전 조회 2,792
19년 전 조회 3,614
19년 전 조회 2,135
19년 전 조회 5,551
19년 전 조회 1,900
19년 전 조회 6,247
19년 전 조회 3,057
19년 전 조회 6,230
19년 전 조회 7,004
19년 전 조회 3,909
19년 전 조회 2,390
19년 전 조회 2,277
19년 전 조회 7,064
19년 전 조회 2,565
19년 전 조회 4,125
19년 전 조회 5,515
19년 전 조회 2,843
19년 전 조회 1,898
19년 전 조회 1,742
19년 전 조회 1,696
19년 전 조회 1,960
19년 전 조회 1,974
19년 전 조회 1,970
19년 전 조회 1,882
19년 전 조회 2,683
19년 전 조회 2,496
19년 전 조회 3,644
19년 전 조회 2,774
19년 전 조회 2,739
19년 전 조회 3,585
19년 전 조회 4,795
19년 전 조회 3,140
19년 전 조회 2,983
19년 전 조회 3,520
19년 전 조회 6,455
19년 전 조회 2,368
19년 전 조회 2,168
19년 전 조회 2,132
19년 전 조회 2,186
19년 전 조회 3,356
19년 전 조회 2,431
19년 전 조회 2,112
19년 전 조회 1,814
19년 전 조회 2,265
19년 전 조회 3,535
19년 전 조회 3,392
19년 전 조회 2,099
19년 전 조회 1,659
19년 전 조회 3,341
19년 전 조회 2,226
19년 전 조회 1,791
19년 전 조회 3,017
19년 전 조회 2,149
19년 전 조회 2,018
19년 전 조회 1,994
19년 전 조회 1,950
19년 전 조회 2,384
19년 전 조회 2,810
19년 전 조회 1,949
19년 전 조회 1,697
19년 전 조회 1,705
19년 전 조회 1,664
19년 전 조회 3,392
19년 전 조회 3,081
19년 전 조회 1,826