E

위에서 하나씩 떨어지는 메뉴 스크립트

· 2006-05-11 (목) 10:54:48 · 2719
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title> jasko sample script </title>

<!---- [1단계] 아래 코드를 <HEAD> 와 </HEAD> 태그 사이에 붙여 넣으세요 --->

<style type="text/css">
<!--
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:active { text-decoration: none;}
-->
</style>

<script language="javascript">
<!--
function dropMenu() {
speed=0;
topdistance=10; // 맨위 메뉴가 보여질 위쪽위치(위에서 10픽셀 떨어진 지점부터 메뉴가 보여집니다)
items=4;
y=-50;
ob=1;
if (navigator.appName == "Netscape") {
v=".top=",dS="document.",sD="";
}
else {
v=".pixelTop=",dS="",sD=".style";
}
}
function scrollItems() {
if (ob<items+1) {
objectX="object"+ob; y+=10; eval(dS + objectX + sD + v + y);
if (y<topdistance) setTimeout("scrollItems()",speed);
else y=-50, topdistance+=40, ob+=1, setTimeout("scrollItems()",speed);
}
}
// -->
</script>

</head>

<!---- [2단계] onLoad="dropMenu(), scrollItems();" 코드를 <BODY> 태그 안에 붙여 넣으세요 --->

<body bgcolor="white" text="black" link="white" vlink="white" alink="red" onLoad="dropMenu(), scrollItems();">

<!---- [2단계] 아래의 방법으로 <BODY> 와 </BODY> 태그 사이에 붙여 넣으세요 --->

<div id="object1" style="width:100px; height:100px; position:absolute; left:10px; top:-50px; z-index:2; visibility:show;">
<table style="border-width:1; border-color:silver; border-style:solid;" border="0" width=70 bgcolor=#0066FF>
<td>
<center>

<font size="2"><a href=#>메뉴 - 1</a></font>
</center>
</td>
</table>
</div>

<div id="object2" style="width:100px; height:100px; position:absolute; left:10px; top:-50px; z-index:2; visibility:show;">
<table style="border-width:1; border-color:silver; border-style:solid;" border="0" width=70 bgcolor=#333333>
<td>
<center>

<font size="2"><a href=#>메뉴 - 2</a></font>
</center>
</td>
</table>
</div>

<div id="object3" style="width:100px; height:100px; position:absolute; left:10px; top:-50px; z-index:2; visibility:show;">
<table style="border-width:1; border-color:silver; border-style:solid;" border="0" width=70 bgcolor=#FF6633>
<td>
<center>

<font size="2"><a href=#>메뉴 - 3</a></font>
</center>
</td>
</table>
</div>

<div id="object4" style="width:100px; height:100px; position:absolute; left:10px; top:-50px; z-index:2; visibility:show;">
<table style="border-width:1; border-color:silver; border-style:solid;" border="0" width=70 bgcolor=#008080>
<td>
<center>

<font size="2"><a href=#>메뉴 - 4</a></font>
</center>
</td>
</table>
</div>

<!------------------------- 여기까지 ------------------------------------>

</body>
</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
06-09-11 조회 3,223
06-09-10 조회 3,048
06-09-05 조회 5,388
06-09-02 조회 3,854
06-09-01 조회 3,214
06-09-01 조회 3,526
06-08-27 조회 3,316
06-08-27 조회 3,071
06-08-27 조회 2,824
06-08-27 조회 2,575
06-08-27 조회 2,483
06-08-25 조회 3,992
06-08-25 조회 2,481
06-08-23 조회 4,829
06-08-20 조회 3,565
06-08-19 조회 3,405
06-08-18 조회 2,829
06-08-18 조회 2,942
06-08-11 조회 4,103
06-08-10 조회 2,785
06-08-06 조회 4,461
06-08-05 조회 3,235
06-08-05 조회 2,733
06-07-31 조회 3,382
06-07-30 조회 2,922
06-07-29 조회 3,338
06-07-26 조회 2,854
06-07-26 조회 3,248
06-07-25 조회 3,729
06-07-20 조회 3,398
06-07-20 조회 3,659
06-07-19 조회 3,813
06-07-19 조회 2,878
06-07-19 조회 4,728
06-07-14 조회 3,674
06-07-13 조회 3,972
06-07-11 조회 3,034
06-07-11 조회 2,771
06-07-11 조회 4,707
06-07-11 조회 2,547
06-07-11 조회 2,915
06-06-24 조회 3,964
06-06-24 조회 3,421
06-06-13 조회 4,369
06-06-13 조회 3,272
06-06-11 조회 3,157
06-06-08 조회 3,224
06-06-08 조회 3,378
06-06-08 조회 3,803
06-06-07 조회 3,674
06-06-05 조회 3,890
06-06-02 조회 3,453
06-06-01 조회 4,106
06-05-28 조회 3,767
06-05-26 조회 4,335
06-05-22 조회 3,169
06-05-15 조회 3,626
06-05-14 조회 6,986
06-05-11 조회 3,538
06-05-11 조회 4,132
06-05-11 조회 3,600
06-05-11 조회 2,491
06-05-11 조회 2,761
06-05-11 조회 2,414
06-05-10 조회 3,886
06-05-09 조회 4,767
06-05-07 조회 2,568
06-05-07 조회 2,808
06-05-07 조회 2,512
06-05-06 조회 3,696
06-04-28 조회 3,364
06-04-25 조회 3,731
06-04-25 조회 3,460
06-04-22 조회 3,481
06-04-18 조회 4,488
06-04-14 조회 5,131
06-03-27 조회 3,801
06-03-06 조회 3,802
06-03-05 조회 5,108
06-02-24 조회 3,754
06-02-23 조회 4,168
06-02-22 조회 3,991
06-02-22 조회 3,299
06-01-15 조회 3,628
06-01-10 조회 3,593
06-01-05 조회 4,781
05-12-30 조회 5,494
05-12-23 조회 3,630
05-12-01 조회 3,360
05-09-29 조회 4,477
05-09-27 조회 4,867
05-09-22 조회 6,085
05-09-15 조회 3,010
05-09-08 조회 3,907
05-09-05 조회 5,618
05-09-01 조회 4,699
05-09-01 조회 5,817
05-08-21 조회 3,254
05-08-18 조회 3,597
05-08-17 조회 3,713