소셜로그인 중단 안내

계정으로 로그인 기능이 2023년 11월 16일 중단되었습니다.

아이보스 계정이 사라지는 것은 절대 아니며, 계정의 이메일 주소를 이용해 로그인 하실 수 있습니다.

▶️ 자세한 공지사항 확인

쇼핑몰 추천상품 이미지 스크롤러

2006.04.24 18:35

윤재남

조회수 3,600

댓글 2

<html>
<head>
<script language=javascript>
<!--
var downLayerId;
var dropDegree = 10; //스크롤 속도
var doDirect;
var DirectTerm = 4000; //스크롤 지연시간
var curDropIdx = 0;

function DirectDown()
{
clearInterval(doDirect);
clearInterval(downLayerId);

for(i = curDropIdx ;i < document.all["DropHit"].length + curDropIdx;i++){
document.all["DropHit"][i%document.all["DropHit"].length].style.posTop = document.all["DropHit"][i%document.all["DropHit"].length].style.posHeight * (-1*((i-curDropIdx)%document.all["DropHit"].length));
}
var temp = 'setInterval("DownLayer()",20)';
downLayerId = eval(temp);
direction = "down";
}
function DownLayer()
{
if(document.all["DropHit"][curDropIdx].style.posTop < document.all["DropHit"][curDropIdx].style.posHeight){
for(j = curDropIdx ;j < document.all["DropHit"].length + curDropIdx;j++){
document.all["DropHit"][j%document.all["DropHit"].length].style.posTop += dropDegree;
}
}else{
clearInterval(downLayerId);
for(j = curDropIdx ;j < document.all["DropHit"].length + curDropIdx;j++){
document.all["DropHit"][j%document.all["DropHit"].length].style.posTop = document.all["DropHit"][j%document.all["DropHit"].length].style.posHeight *((-1*((j-curDropIdx)%document.all["DropHit"].length))+1);
}
curDropIdx = (curDropIdx + 1) ;
curDropIdx = curDropIdx > document.all["DropHit"].length-1 ? curDropIdx%document.all["DropHit"].length:curDropIdx;
var temp = 'setInterval("DirectDown()",DirectTerm)';
doDirect = eval(temp);
}
}
function DirectUp()
{
clearInterval(doDirect);
clearInterval(downLayerId);
var tempIdx = 0;
for(i = 0;i<document.all["DropHit"].length;i++){
tempIdx = (document.all["DropHit"].length + curDropIdx - i) %document.all["DropHit"].length;
document.all["DropHit"][tempIdx].style.posTop = i*document.all["DropHit"][tempIdx].style.posHeight;
}
var temp = 'setInterval("UpLayer()",20)';
downLayerId = eval(temp);
direction = "up";
}
function UpLayer()
{
var tempIdx = 0;
if(document.all["DropHit"][curDropIdx].style.posTop < document.all["DropHit"][curDropIdx].style.posHeight && document.all["DropHit"][curDropIdx].style.posTop > document.all["DropHit"][curDropIdx].style.posHeight * (-1)){
for(j = 0 ;j < document.all["DropHit"].length;j++){
tempIdx = (document.all["DropHit"].length + curDropIdx - j) %document.all["DropHit"].length;
document.all["DropHit"][tempIdx].style.posTop -= dropDegree;
}
}else{
clearInterval(downLayerId);
for(j = 0;j<document.all["DropHit"].length;j++){
tempIdx = (document.all["DropHit"].length + curDropIdx - j) % document.all["DropHit"].length;
document.all["DropHit"][tempIdx].style.posTop = (j-1)*(document.all["DropHit"][tempIdx].style.posHeight);
}
curDropIdx = (curDropIdx - 1) ;
curDropIdx = curDropIdx < 0 ? document.all["DropHit"].length-1:curDropIdx;
var temp = 'setInterval("DirectUp()",DirectTerm)';
doDirect = eval(temp);
}
}
//-->
</script>
</head>
<body>
<table cellspacing=0 cellpadding=0 border=0>
<tr>
<td>
<div style="left:0px; overflow:hidden; width:380px; position:relative; top:0px; height:200px">
<div id=DropHit style="width:375px; height:200px; position:absolute; left:0px; top:0px; z-index:1; visibility:visible;">
<table border=0 cellpadding=0 cellspacing=0 width=375>
<tr>
<td><a href=http://tagin.net><img border=0 src=http://home.cein.or.kr/~homepy/js/js464/img01.gif width=125 height=200></a></td>
<td><a href=http://tagin.net><img border=0 src=http://home.cein.or.kr/~homepy/js/js464/img02.gif width=125 height=200></a></td>
<td><a href=http://tagin.net><img border=0 src=http://home.cein.or.kr/~homepy/js/js464/img03.gif width=125 height=200></a></td>
</tr>
</table>
</div>
<div id=DropHit style="width:375px; height:200px; position:absolute; left:0px; top:-200px; z-index:1; visibility:visible;">
<table border=0 cellpadding=0 cellspacing=0 width=375>
<tr>
<td><a href=http://i-boss.co.kr><img border=0 src=http://home.cein.or.kr/~homepy/js/js464/img04.gif width=125 height=200></a></td>
<td><a href=http://i-boss.co.kr><img border=0 src=http://home.cein.or.kr/~homepy/js/js464/img05.gif width=125 height=200></a></td>
<td><a href=http://i-boss.co.kr><img border=0 src=http://home.cein.or.kr/~homepy/js/js464/img06.gif width=125 height=200></a></td>
</tr>
</table>
</div>
<script language=javascript>DirectDown();</script>
</div>
</td>
<td>
<table cellspacing=0 cellpadding=0 width=13 border=0>
<tr><td><a href="javascript:DirectUp()"><img border=0 src=http://home.cein.or.kr/~homepy/js/js464/scroll_up.gif></a></td></tr>
<tr><td align=center><img height=173 src=http://home.cein.or.kr/~homepy/js/js464/scroll_line.gif></td></tr>
<tr><td><a href="javascript:DirectDown()"><img border=0 src=http://home.cein.or.kr/~homepy/js/js464/scroll_down.gif></a></td></tr>
</table>
</td>
</tr>
</table>

</body>
</html>
목록
댓글 2
댓글 새로고침

윤재남

04-242,9630

윤재남

04-245,0600

윤재남

04-243,6010

윤재남

04-246,3570

배반낭자

04-242,9430
검색된 게시물이 없습니다.4

이가영님

04-231,1161

서장원

04-213,9940

신용성

04-213,3270

쿨피스_1

04-183,4870

치우_1

04-173,1390

알바레즈

04-173,4140

알바레즈

04-173,0240

정구정

04-173,9670

무역닷컴

04-165,0731

윤재남

04-133,4850

윤재남

04-133,9120

윤재남

04-133,4450

스파이크

04-113,5960

명장

04-113,2650

부기니

04-115,028-2
목록
로그인 후 더욱 많은 기능을 이용하세요!아이보스 로그인