<!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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 59 | ||
| 8229 | 9년 전 | 58 | ||
| 8228 |
커네드커네드
|
9년 전 | 105 | |
| 8227 | 9년 전 | 111 | ||
| 8226 | 9년 전 | 147 | ||
| 8225 | 9년 전 | 138 | ||
| 8224 | 9년 전 | 138 | ||
| 8223 | 9년 전 | 102 | ||
| 8222 |
|
9년 전 | 166 | |
| 8221 | 9년 전 | 78 | ||
| 8220 | 9년 전 | 83 | ||
| 8219 | 9년 전 | 90 | ||
| 8218 | 9년 전 | 121 | ||
| 8217 |
star3840
|
9년 전 | 101 | |
| 8216 | 9년 전 | 143 | ||
| 8215 | 9년 전 | 98 | ||
| 8214 | 9년 전 | 212 | ||
| 8213 | 9년 전 | 145 | ||
| 8212 | 9년 전 | 65 | ||
| 8211 | 9년 전 | 227 | ||
| 8210 | 9년 전 | 231 | ||
| 8209 | 9년 전 | 324 | ||
| 8208 | 9년 전 | 197 | ||
| 8207 | 9년 전 | 206 | ||
| 8206 |
|
9년 전 | 172 | |
| 8205 | 9년 전 | 155 | ||
| 8204 | 9년 전 | 118 | ||
| 8203 | 9년 전 | 217 | ||
| 8202 | 9년 전 | 131 | ||
| 8201 | 9년 전 | 168 | ||
| 8200 | 9년 전 | 142 | ||
| 8199 | 9년 전 | 195 | ||
| 8198 | 9년 전 | 162 | ||
| 8197 | 9년 전 | 149 | ||
| 8196 | 9년 전 | 531 | ||
| 8195 | 9년 전 | 142 | ||
| 8194 | 9년 전 | 272 | ||
| 8193 | 9년 전 | 144 | ||
| 8192 | 9년 전 | 172 | ||
| 8191 | 9년 전 | 124 | ||
| 8190 | 9년 전 | 115 | ||
| 8189 | 9년 전 | 173 | ||
| 8188 | 9년 전 | 117 | ||
| 8187 | 9년 전 | 125 | ||
| 8186 | 9년 전 | 134 | ||
| 8185 | 9년 전 | 299 | ||
| 8184 | 9년 전 | 93 | ||
| 8183 | 9년 전 | 311 | ||
| 8182 | 9년 전 | 152 | ||
| 8181 | 9년 전 | 117 | ||
| 8180 | 9년 전 | 681 | ||
| 8179 | 9년 전 | 476 | ||
| 8178 | 9년 전 | 285 | ||
| 8177 |
kiplayer
|
9년 전 | 299 | |
| 8176 | 9년 전 | 337 | ||
| 8175 | 9년 전 | 207 | ||
| 8174 | 9년 전 | 220 | ||
| 8173 | 9년 전 | 329 | ||
| 8172 | 9년 전 | 178 | ||
| 8171 | 9년 전 | 167 | ||
| 8170 | 9년 전 | 284 | ||
| 8169 |
커네드커네드
|
9년 전 | 246 | |
| 8168 | 9년 전 | 305 | ||
| 8167 | 9년 전 | 309 | ||
| 8166 | 9년 전 | 220 | ||
| 8165 | 9년 전 | 150 | ||
| 8164 | 9년 전 | 287 | ||
| 8163 | 9년 전 | 271 | ||
| 8162 | 9년 전 | 283 | ||
| 8161 | 9년 전 | 280 | ||
| 8160 |
|
9년 전 | 476 | |
| 8159 | 9년 전 | 398 | ||
| 8158 | 9년 전 | 218 | ||
| 8157 | 9년 전 | 354 | ||
| 8156 | 9년 전 | 266 | ||
| 8155 | 9년 전 | 241 | ||
| 8154 |
00년생용띠
|
9년 전 | 585 | |
| 8153 | 9년 전 | 217 | ||
| 8152 |
|
9년 전 | 392 | |
| 8151 | 9년 전 | 391 | ||
| 8150 | 9년 전 | 485 | ||
| 8149 |
Jangfolk
|
9년 전 | 323 | |
| 8148 | 9년 전 | 155 | ||
| 8147 | 9년 전 | 361 | ||
| 8146 | 9년 전 | 418 | ||
| 8145 | 9년 전 | 355 | ||
| 8144 | 9년 전 | 324 | ||
| 8143 | 9년 전 | 175 | ||
| 8142 | 9년 전 | 418 | ||
| 8141 | 9년 전 | 364 | ||
| 8140 | 9년 전 | 916 | ||
| 8139 | 9년 전 | 242 | ||
| 8138 |
전갈자리남자
|
9년 전 | 378 | |
| 8137 | 9년 전 | 368 | ||
| 8136 | 9년 전 | 723 | ||
| 8135 |
|
9년 전 | 776 | |
| 8134 |
PlayPixel
|
9년 전 | 491 | |
| 8133 |
|
9년 전 | 423 | |
| 8132 | 9년 전 | 437 | ||
| 8131 | 9년 전 | 798 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기