<!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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 430 | 19년 전 | 4095 | ||
| 429 | 19년 전 | 3295 | ||
| 428 | 19년 전 | 4131 | ||
| 427 | 19년 전 | 3466 | ||
| 426 | 19년 전 | 3099 | ||
| 425 | 19년 전 | 3398 | ||
| 424 | 19년 전 | 2438 | ||
| 423 | 19년 전 | 2858 | ||
| 422 | 19년 전 | 2344 | ||
| 421 | 19년 전 | 3704 | ||
| 420 | 19년 전 | 4732 | ||
| 419 | 19년 전 | 3790 | ||
| 418 |
|
19년 전 | 1738 | |
| 417 | 19년 전 | 2742 | ||
| 416 | 19년 전 | 2387 | ||
| 415 | 19년 전 | 2605 | ||
| 414 | 19년 전 | 4406 | ||
| 413 |
|
19년 전 | 2594 | |
| 412 | 19년 전 | 3042 | ||
| 411 |
|
19년 전 | 2989 | |
| 410 |
|
19년 전 | 3679 | |
| 409 |
|
19년 전 | 3631 | |
| 408 |
|
19년 전 | 1850 | |
| 407 | 19년 전 | 2225 | ||
| 406 | 19년 전 | 2779 | ||
| 405 | 19년 전 | 2442 | ||
| 404 | 19년 전 | 4296 | ||
| 403 | 19년 전 | 3300 | ||
| 402 |
NeoGenesis
|
19년 전 | 4088 | |
| 401 | 19년 전 | 2604 | ||
| 400 |
|
19년 전 | 2488 | |
| 399 | 19년 전 | 2951 | ||
| 398 | 19년 전 | 2481 | ||
| 397 | 19년 전 | 2778 | ||
| 396 | 19년 전 | 2470 | ||
| 395 | 19년 전 | 3175 | ||
| 394 | 19년 전 | 1712 | ||
| 393 | 19년 전 | 2988 | ||
| 392 | 19년 전 | 2248 | ||
| 391 | 19년 전 | 2174 | ||
| 390 | 19년 전 | 2283 | ||
| 389 | 19년 전 | 2641 | ||
| 388 | 19년 전 | 2161 | ||
| 387 | 19년 전 | 4481 | ||
| 386 |
|
19년 전 | 2685 | |
| 385 |
|
19년 전 | 2477 | |
| 384 | 19년 전 | 3004 | ||
| 383 | 19년 전 | 3047 | ||
| 382 | 19년 전 | 3101 | ||
| 381 |
|
19년 전 | 2627 | |
| 380 |
|
19년 전 | 3013 | |
| 379 | 19년 전 | 2544 | ||
| 378 | 19년 전 | 2202 | ||
| 377 | 19년 전 | 2775 | ||
| 376 | 19년 전 | 2466 | ||
| 375 |
|
19년 전 | 2553 | |
| 374 | 19년 전 | 3812 | ||
| 373 | 19년 전 | 3263 | ||
| 372 | 19년 전 | 4984 | ||
| 371 |
세은아빠2
|
19년 전 | 2410 | |
| 370 | 19년 전 | 4495 | ||
| 369 | 19년 전 | 3108 | ||
| 368 | 19년 전 | 2893 | ||
| 367 | 19년 전 | 3721 | ||
| 366 | 19년 전 | 2645 | ||
| 365 | 19년 전 | 3732 | ||
| 364 | 19년 전 | 4008 | ||
| 363 | 19년 전 | 3433 | ||
| 362 | 19년 전 | 3474 | ||
| 361 | 19년 전 | 4103 | ||
| 360 |
hwatta
|
19년 전 | 2357 | |
| 359 | 19년 전 | 5097 | ||
| 358 | 19년 전 | 3653 | ||
| 357 | 19년 전 | 2593 | ||
| 356 |
sdesign1s
|
19년 전 | 2274 | |
| 355 | 20년 전 | 2744 | ||
| 354 | 20년 전 | 3026 | ||
| 353 | 20년 전 | 2786 | ||
| 352 |
|
20년 전 | 5768 | |
| 351 |
|
20년 전 | 2699 | |
| 350 |
|
20년 전 | 4287 | |
| 349 |
hwatta
|
20년 전 | 2179 | |
| 348 | 20년 전 | 7306 | ||
| 347 | 20년 전 | 2412 | ||
| 346 | 20년 전 | 3498 | ||
| 345 | 20년 전 | 4304 | ||
| 344 | 20년 전 | 2640 | ||
| 343 | 20년 전 | 3917 | ||
| 342 | 20년 전 | 3063 | ||
| 341 | 20년 전 | 4082 | ||
| 340 |
|
20년 전 | 5130 | |
| 339 |
|
20년 전 | 4230 | |
| 338 | 20년 전 | 5865 | ||
| 337 | 20년 전 | 2039 | ||
| 336 |
|
20년 전 | 3313 | |
| 335 |
|
20년 전 | 3534 | |
| 334 |
|
20년 전 | 2917 | |
| 333 |
hwatta
|
20년 전 | 2428 | |
| 332 | 20년 전 | 4651 | ||
| 331 | 20년 전 | 2266 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기