지구인

간단한 퀵메뉴

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

그누에 적용하시려면 아래 소스를 따로 /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,100
19년 전 조회 7,199
19년 전 조회 2,695
19년 전 조회 2,914
19년 전 조회 4,400
19년 전 조회 2,387
19년 전 조회 3,817
19년 전 조회 3,099
19년 전 조회 2,940
19년 전 조회 2,414
19년 전 조회 2,703
19년 전 조회 2,798
19년 전 조회 3,304
19년 전 조회 3,975
19년 전 조회 3,480
19년 전 조회 3,009
19년 전 조회 2,499
19년 전 조회 3,152
19년 전 조회 3,264
19년 전 조회 2,791
19년 전 조회 2,507
19년 전 조회 3,543
19년 전 조회 5,085
19년 전 조회 5,289
19년 전 조회 2,518
19년 전 조회 2,412
19년 전 조회 5,202
19년 전 조회 9,202
19년 전 조회 2,272
19년 전 조회 5,152
19년 전 조회 4,590
19년 전 조회 2,842
19년 전 조회 5,196
19년 전 조회 3,027
19년 전 조회 3,906
19년 전 조회 2,843
19년 전 조회 3,662
19년 전 조회 2,183
19년 전 조회 5,600
19년 전 조회 1,954
19년 전 조회 6,296
19년 전 조회 3,106
19년 전 조회 6,277
19년 전 조회 7,056
19년 전 조회 3,957
19년 전 조회 2,435
19년 전 조회 2,325
19년 전 조회 7,115
19년 전 조회 2,618
19년 전 조회 4,171
19년 전 조회 5,567
19년 전 조회 2,897
19년 전 조회 1,938
19년 전 조회 1,790
19년 전 조회 1,738
19년 전 조회 2,015
19년 전 조회 2,027
19년 전 조회 2,009
19년 전 조회 1,937
19년 전 조회 2,733
19년 전 조회 2,545
19년 전 조회 3,687
19년 전 조회 2,818
19년 전 조회 2,788
19년 전 조회 3,630
19년 전 조회 4,846
19년 전 조회 3,190
19년 전 조회 3,036
19년 전 조회 3,579
19년 전 조회 6,496
19년 전 조회 2,418
19년 전 조회 2,219
19년 전 조회 2,175
19년 전 조회 2,230
19년 전 조회 3,404
19년 전 조회 2,473
19년 전 조회 2,160
19년 전 조회 1,858
19년 전 조회 2,314
19년 전 조회 3,582
19년 전 조회 3,444
19년 전 조회 2,144
19년 전 조회 1,707
19년 전 조회 3,394
19년 전 조회 2,268
19년 전 조회 1,842
19년 전 조회 3,061
19년 전 조회 2,191
19년 전 조회 2,068
19년 전 조회 2,036
19년 전 조회 1,997
19년 전 조회 2,425
19년 전 조회 2,849
19년 전 조회 1,999
19년 전 조회 1,745
19년 전 조회 1,751
19년 전 조회 1,703
19년 전 조회 3,436
19년 전 조회 3,130
19년 전 조회 1,872