<!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>
<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 130 | 20년 전 | 4004 | ||
| 129 | 20년 전 | 2943 | ||
| 128 | 20년 전 | 3680 | ||
| 127 | 20년 전 | 3517 | ||
| 126 | 20년 전 | 3769 | ||
| 125 | 20년 전 | 8594 | ||
| 124 | 20년 전 | 2604 | ||
| 123 | 20년 전 | 3752 | ||
| 122 | 20년 전 | 3211 | ||
| 121 | 20년 전 | 2611 | ||
| 120 | 20년 전 | 2674 | ||
| 119 | 20년 전 | 2588 | ||
| 118 | 20년 전 | 2864 | ||
| 117 |
|
20년 전 | 3062 | |
| 116 | 20년 전 | 5317 | ||
| 115 | 20년 전 | 3925 | ||
| 114 | 20년 전 | 4974 | ||
| 113 | 20년 전 | 6214 | ||
| 112 | 20년 전 | 7326 | ||
| 111 | 20년 전 | 18433 | ||
| 110 | 20년 전 | 6877 | ||
| 109 | 20년 전 | 2887 | ||
| 108 | 20년 전 | 4143 | ||
| 107 |
prosper
|
20년 전 | 2501 | |
| 106 |
prosper
|
20년 전 | 4320 | |
| 105 |
아우겐나이스
|
20년 전 | 2915 | |
| 104 | 20년 전 | 2261 | ||
| 103 | 20년 전 | 2479 | ||
| 102 | 20년 전 | 2262 | ||
| 101 | 20년 전 | 2578 | ||
| 100 | 20년 전 | 1751 | ||
| 99 | 20년 전 | 1573 | ||
| 98 | 20년 전 | 1618 | ||
| 97 | 20년 전 | 2131 | ||
| 96 | 20년 전 | 1881 | ||
| 95 | 20년 전 | 2380 | ||
| 94 | 20년 전 | 3567 | ||
| 93 | 20년 전 | 1568 | ||
| 92 | 20년 전 | 1757 | ||
| 91 | 20년 전 | 3183 | ||
| 90 | 20년 전 | 2343 | ||
| 89 | 20년 전 | 3175 | ||
| 88 | 20년 전 | 2872 | ||
| 87 | 20년 전 | 3299 | ||
| 86 | 20년 전 | 5137 | ||
| 85 | 20년 전 | 2524 | ||
| 84 | 20년 전 | 4825 | ||
| 83 | 20년 전 | 2507 | ||
| 82 | 20년 전 | 3124 | ||
| 81 | 20년 전 | 7631 | ||
| 80 | 20년 전 | 3827 | ||
| 79 | 20년 전 | 3213 | ||
| 78 | 20년 전 | 4698 | ||
| 77 | 20년 전 | 2906 | ||
| 76 | 20년 전 | 6224 | ||
| 75 | 20년 전 | 4471 | ||
| 74 | 20년 전 | 5785 | ||
| 73 | 20년 전 | 3631 | ||
| 72 | 20년 전 | 5972 | ||
| 71 | 21년 전 | 3121 | ||
| 70 | 21년 전 | 2845 | ||
| 69 | 21년 전 | 2643 | ||
| 68 | 21년 전 | 2449 | ||
| 67 | 21년 전 | 2658 | ||
| 66 | 21년 전 | 2674 | ||
| 65 | 21년 전 | 3792 | ||
| 64 | 21년 전 | 2829 | ||
| 63 | 21년 전 | 2458 | ||
| 62 | 21년 전 | 2267 | ||
| 61 | 21년 전 | 3080 | ||
| 60 | 21년 전 | 3134 | ||
| 59 | 21년 전 | 2521 | ||
| 58 | 21년 전 | 2593 | ||
| 57 | 21년 전 | 2972 | ||
| 56 | 21년 전 | 2329 | ||
| 55 | 21년 전 | 2763 | ||
| 54 | 21년 전 | 2131 | ||
| 53 | 21년 전 | 2357 | ||
| 52 | 21년 전 | 2701 | ||
| 51 |
prosper
|
21년 전 | 2351 | |
| 50 |
prosper
|
21년 전 | 2172 | |
| 49 | 21년 전 | 2181 | ||
| 48 | 21년 전 | 2344 | ||
| 47 | 21년 전 | 1935 | ||
| 46 | 21년 전 | 1932 | ||
| 45 | 21년 전 | 2137 | ||
| 44 | 21년 전 | 2362 | ||
| 43 | 21년 전 | 4584 | ||
| 42 |
prosper
|
21년 전 | 2716 | |
| 41 |
prosper
|
21년 전 | 2116 | |
| 40 | 21년 전 | 2181 | ||
| 39 | 21년 전 | 2153 | ||
| 38 | 21년 전 | 2421 | ||
| 37 | 21년 전 | 2570 | ||
| 36 | 21년 전 | 1779 | ||
| 35 | 21년 전 | 4074 | ||
| 34 | 21년 전 | 3852 | ||
| 33 | 21년 전 | 2990 | ||
| 32 |
prosper
|
21년 전 | 2906 | |
| 31 | 21년 전 | 5287 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기