아

[Javascript] 끊기지 않는 배너 롤링

· 2006-09-21 (목) 18:10:51 · 5140 · 1
<html>
<head>
<script language="JavaScript">
var banner_1_mouseEvent = 1;
<!--
// banner_roll("div태그 id", 배너1개높이, 딜레이, 1칸이동속도, 0);
function banner_roll(div_id, banner_height, banner_delay, banner_speed, this_height){

if(eval(div_id + "_mouseEvent")){
var div_tag = document.getElementById(div_id);
var a_tag, i;
this_height++;
if(this_height < banner_height){
div_tag.style.top = -this_height;
setTimeout("banner_roll('" + div_id + "', " + banner_height + ", " + banner_delay + ", " + banner_speed + ", " + this_height + ");", banner_speed);
}
else{
a_tag = div_tag.getElementsByTagName("TABLE");
div_tag.appendChild(a_tag[0]);
div_tag.style.top = 0;
setTimeout("banner_roll('" + div_id + "', " + banner_height + ", " + banner_delay + ", " + banner_speed + ", 0);", banner_delay);
}
}
else{
setTimeout("banner_roll('" + div_id + "', " + banner_height + ", " + banner_delay + ", " + banner_speed + ", " + this_height + ");", banner_speed);
}
return true;
}
//-->
</script>
</head>

<body leftmargin=0 topmargin=0 bgcolor="DFECB8">

<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="790" height="49" valign="top" style="padding-left:0px;" bgcolor="#DFECB8">

<div style="position:absolute;width:970px;height:49px;overflow:hidden;" onMouseover="banner_1_mouseEvent=0" onMouseout="banner_1_mouseEvent=1">
<div style="position:relative;" id="banner_1">
<table width='970' height='49' border='0' cellspacing='0' cellpadding='0'>
<tr align='center' valign="top" bgcolor='#FFFFFF' >
<td background="../images/banner_back_01.gif"><a href="http://www.gov-innovation.go.kr/" target="_blank"><img src="../images/banner_01.gif" width="147" height="49" border="0"></a> </td>
<td background="../images/banner_back_01.gif"><a href="http://www.182.go.kr/" target="_blank"><img src="../images/banner_02.gif" width="165" height="49" border="0"></a> </td>
<td background="../images/banner_back_01.gif"><a href="http://www.police.go.kr/HONOR/index.jsp" target="_blank"><img src="../images/banner_03.gif" width="181" height="49" border="0"></a> </td>
<td background="../images/banner_back_01.gif"><a href="http://kid.police.go.kr/index.jsp" target="_blank"><img src="../images/banner_04.gif" width="168" height="49" border="0"></a> </td>
<td background="../images/banner_back_01.gif"><a href="http://www.policefund.or.kr/" target="_blank"><img src="../images/banner_05.gif" width="150" height="49" border="0"></a> </td>
<td background="../images/banner_back_01.gif"><a href="http://www.ipodori.or.kr" target="_blank"><img src="../images/banner_06.gif" width="159" height="49" border="0"></a></td>
</tr>
</table>
<table width='970' height='49' border='0' cellspacing='0' cellpadding='0'>
<tr align='center' valign="top" bgcolor='#FFFFFF' background="../images/banner_back_01.gif" >
<td background="../images/banner_back_01.gif" align="absmiddle"><a href="http://knpu.police.ac.kr/policesin/login.jsp" target="_blank"><img src="../images/ban_15.gif" height="35" border="0"></a> </td>
<td background="../images/banner_back_01.gif"><a href="http://phone.korea.go.kr/hjb_index.jsp" target="_blank"><img src="../images/banner_08.gif" height="49" border="0"></a> </td>
<td background="../images/banner_back_01.gif"><a onClick="openWinCenter(this.href,'newwin','width=666,height=600,status=no,menubar=no,scrollbars=yes');return false" href="http://www.npa.go.kr/data/susa/dataSusaList.jsp"><img src="../images/banner_09.gif" height="49" border="0"></a> </td>
<td background="../images/banner_back_01.gif"><a href="http://www.police.go.kr/plaza/memorial/main.jsp" target="_blank"><img src="../images/banner_10.gif" height="49" border="0"></a> </td>
<!--td background="../images/banner_back_01.gif"><a onClick="openWinCenter(this.href,'newwin','width=800,height=600,status=no,menubar=no,scrollbars=yes');return false" href="http://www.npa.go.kr/virtual/cyber.html"><img src="../images/banner_11.gif" height="49" border="0"></a> </td-->
<td background="../images/banner_back_01.gif"><a href="/03_service/service_01_05.asp" target="_parent"><img src="../images/banner_12.gif" height="49" border="0"></a></td>
<td background="../images/banner_back_01.gif"><a href="http://www.mogaha.go.kr/html/policy/policy_06_07.jsp" target="_blank"><img src="../images/banner_060428.gif" border="0"></a></td>
<td background="../images/banner_back_01.gif"> </td>
</tr>
</table>

</div>
</div>
</td>
</tr>
</table>

<script language="JavaScript">
<!--

// banner_roll("div태그 id", 배너1개높이, 딜레이, 1칸이동속도, 0);
banner_roll("banner_1", 51, 4000, 20, 0);
//-->
</script>
</body>
</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 16:57:14 JavaScript에서 이동 됨]</div>
|

댓글 1개

자바스크립트
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
06-12-15 조회 4,415
06-12-15 조회 2,832
06-12-15 조회 3,141
06-12-15 조회 2,990
06-12-15 조회 2,929
06-12-15 조회 2,714
06-12-15 조회 4,357
06-12-15 조회 2,824
06-12-15 조회 2,986
06-12-15 조회 2,613
06-12-15 조회 3,258
06-12-15 조회 3,509
06-12-15 조회 2,758
06-12-15 조회 2,908
06-12-12 조회 3,260
06-12-11 조회 4,379
06-12-10 조회 4,034
06-12-07 조회 3,546
06-12-07 조회 3,838
06-11-30 조회 3,104
06-11-27 조회 5,441
06-11-11 조회 3,138
06-10-16 조회 3,642
06-10-10 조회 3,347
06-09-27 조회 8,979
06-09-26 조회 4,119
06-09-21 조회 3,776
06-09-21 조회 3,394
06-09-21 조회 4,258
06-09-21 조회 4,219
06-09-21 조회 3,552
06-09-21 조회 3,761
06-09-21 조회 3,612
06-09-21 조회 4,367
06-09-21 조회 4,552
06-09-18 조회 3,469
06-09-15 조회 3,482
06-09-15 조회 3,316
06-09-11 조회 3,615
06-09-11 조회 3,369
06-09-11 조회 3,579
06-09-11 조회 4,932
06-09-11 조회 4,440
06-09-06 조회 3,062
06-09-04 조회 3,814
06-09-02 조회 4,002
06-09-01 조회 4,096
06-08-28 조회 4,292
06-08-27 조회 3,335
06-08-27 조회 2,671
06-08-27 조회 2,572
06-08-27 조회 3,196
06-08-27 조회 2,862
06-08-27 조회 2,912
06-08-27 조회 6,318
06-08-27 조회 2,523
06-08-27 조회 2,452
06-08-24 조회 4,649
06-08-23 조회 2,908
06-08-22 조회 2,856
06-08-22 조회 2,815
06-08-19 조회 2,960
06-08-12 조회 2,925
06-08-11 조회 4,171
06-08-08 조회 2,962
06-08-06 조회 3,317
06-08-05 조회 2,752
06-08-04 조회 3,231
06-08-04 조회 4,198
06-08-03 조회 3,407
06-07-25 조회 3,520
06-07-23 조회 3,279
06-07-22 조회 4,330
06-07-21 조회 2,976
06-07-21 조회 3,187
06-07-21 조회 3,148
06-07-20 조회 4,481
06-07-20 조회 5,269
06-07-20 조회 3,831
06-07-19 조회 4,291
06-07-19 조회 3,212
06-07-19 조회 4,866
06-07-19 조회 4,253
06-07-19 조회 3,375
06-07-12 조회 3,907
06-07-11 조회 5,540
06-07-11 조회 4,201
06-07-11 조회 2,732
06-07-11 조회 4,390
06-07-11 조회 3,512
06-07-11 조회 3,752
06-07-11 조회 2,891
06-07-11 조회 2,790
06-07-11 조회 3,482
06-06-27 조회 4,549
06-06-21 조회 4,228
06-06-15 조회 3,905
06-06-10 조회 3,343
06-06-05 조회 3,139
06-05-31 조회 4,219