<!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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 730 |
|
19년 전 | 2728 | |
| 729 |
그레이스웹
|
19년 전 | 3520 | |
| 728 |
|
19년 전 | 2702 | |
| 727 |
|
19년 전 | 2538 | |
| 726 |
|
19년 전 | 2354 | |
| 725 |
|
19년 전 | 2258 | |
| 724 |
|
19년 전 | 2138 | |
| 723 |
|
19년 전 | 4263 | |
| 722 |
|
19년 전 | 2687 | |
| 721 |
|
19년 전 | 2177 | |
| 720 |
|
19년 전 | 2278 | |
| 719 |
|
19년 전 | 2857 | |
| 718 |
|
19년 전 | 1969 | |
| 717 |
|
19년 전 | 3198 | |
| 716 |
|
19년 전 | 2758 | |
| 715 |
|
19년 전 | 2280 | |
| 714 |
|
19년 전 | 1831 | |
| 713 |
|
19년 전 | 2249 | |
| 712 |
|
19년 전 | 2016 | |
| 711 |
|
19년 전 | 1913 | |
| 710 |
|
19년 전 | 2483 | |
| 709 |
|
19년 전 | 2339 | |
| 708 |
|
19년 전 | 3901 | |
| 707 |
|
19년 전 | 3744 | |
| 706 |
|
19년 전 | 2244 | |
| 705 |
|
19년 전 | 3320 | |
| 704 |
|
19년 전 | 1986 | |
| 703 |
|
19년 전 | 2392 | |
| 702 |
|
19년 전 | 2286 | |
| 701 |
홀로남은자
|
19년 전 | 2352 | |
| 700 |
홀로남은자
|
19년 전 | 2188 | |
| 699 | 19년 전 | 2819 | ||
| 698 |
|
19년 전 | 2844 | |
| 697 |
|
19년 전 | 3182 | |
| 696 |
|
19년 전 | 3052 | |
| 695 |
|
19년 전 | 2718 | |
| 694 |
|
19년 전 | 2953 | |
| 693 |
|
19년 전 | 3199 | |
| 692 |
|
19년 전 | 2884 | |
| 691 |
|
19년 전 | 2630 | |
| 690 | 19년 전 | 2933 | ||
| 689 | 19년 전 | 4518 | ||
| 688 | 19년 전 | 2441 | ||
| 687 | 19년 전 | 2456 | ||
| 686 | 19년 전 | 3490 | ||
| 685 | 19년 전 | 3177 | ||
| 684 | 19년 전 | 2838 | ||
| 683 | 19년 전 | 2068 | ||
| 682 | 19년 전 | 1780 | ||
| 681 | 19년 전 | 2880 | ||
| 680 | 19년 전 | 1733 | ||
| 679 | 19년 전 | 2314 | ||
| 678 | 19년 전 | 3965 | ||
| 677 | 19년 전 | 3745 | ||
| 676 | 19년 전 | 3474 | ||
| 675 | 19년 전 | 3414 | ||
| 674 |
|
19년 전 | 1571 | |
| 673 |
|
19년 전 | 1940 | |
| 672 |
|
19년 전 | 1867 | |
| 671 | 19년 전 | 2533 | ||
| 670 | 19년 전 | 4639 | ||
| 669 |
|
19년 전 | 2775 | |
| 668 |
|
19년 전 | 1931 | |
| 667 |
|
19년 전 | 1942 | |
| 666 |
|
19년 전 | 1852 | |
| 665 |
|
19년 전 | 2585 | |
| 664 |
|
19년 전 | 8183 | |
| 663 |
|
19년 전 | 2737 | |
| 662 |
|
19년 전 | 2797 | |
| 661 |
|
19년 전 | 3048 | |
| 660 |
|
19년 전 | 2222 | |
| 659 |
|
19년 전 | 2238 | |
| 658 |
|
19년 전 | 2182 | |
| 657 |
|
19년 전 | 2088 | |
| 656 |
|
19년 전 | 2279 | |
| 655 |
|
19년 전 | 2540 | |
| 654 |
|
19년 전 | 3085 | |
| 653 | 19년 전 | 2335 | ||
| 652 | 19년 전 | 1919 | ||
| 651 |
|
19년 전 | 2855 | |
| 650 | 19년 전 | 5021 | ||
| 649 | 19년 전 | 3511 | ||
| 648 | 19년 전 | 3467 | ||
| 647 | 19년 전 | 2980 | ||
| 646 | 19년 전 | 2413 | ||
| 645 | 19년 전 | 1504 | ||
| 644 | 19년 전 | 3146 | ||
| 643 | 19년 전 | 2026 | ||
| 642 |
|
19년 전 | 5400 | |
| 641 | 19년 전 | 2439 | ||
| 640 | 19년 전 | 3438 | ||
| 639 | 19년 전 | 2874 | ||
| 638 | 19년 전 | 1769 | ||
| 637 | 19년 전 | 3882 | ||
| 636 | 19년 전 | 2432 | ||
| 635 | 19년 전 | 2322 | ||
| 634 |
|
19년 전 | 3028 | |
| 633 |
|
19년 전 | 3308 | |
| 632 | 19년 전 | 2513 | ||
| 631 | 19년 전 | 2270 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기