<!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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7830 | 10년 전 | 449 | ||
| 7829 |
|
10년 전 | 639 | |
| 7828 | 10년 전 | 561 | ||
| 7827 | 10년 전 | 457 | ||
| 7826 | 10년 전 | 469 | ||
| 7825 | 10년 전 | 514 | ||
| 7824 | 10년 전 | 471 | ||
| 7823 | 10년 전 | 415 | ||
| 7822 | 10년 전 | 392 | ||
| 7821 | 10년 전 | 333 | ||
| 7820 | 10년 전 | 361 | ||
| 7819 |
|
10년 전 | 765 | |
| 7818 | 10년 전 | 414 | ||
| 7817 | 10년 전 | 574 | ||
| 7816 | 10년 전 | 433 | ||
| 7815 | 10년 전 | 628 | ||
| 7814 | 10년 전 | 468 | ||
| 7813 | 10년 전 | 421 | ||
| 7812 | 10년 전 | 432 | ||
| 7811 | 10년 전 | 412 | ||
| 7810 | 10년 전 | 608 | ||
| 7809 | 10년 전 | 541 | ||
| 7808 | 10년 전 | 418 | ||
| 7807 | 10년 전 | 435 | ||
| 7806 |
프로그래머7
|
10년 전 | 1359 | |
| 7805 | 10년 전 | 1298 | ||
| 7804 |
zahir1312
|
10년 전 | 799 | |
| 7803 |
|
10년 전 | 1397 | |
| 7802 | 10년 전 | 491 | ||
| 7801 | 10년 전 | 881 | ||
| 7800 | 10년 전 | 1105 | ||
| 7799 | 10년 전 | 584 | ||
| 7798 | 10년 전 | 535 | ||
| 7797 | 10년 전 | 552 | ||
| 7796 | 10년 전 | 386 | ||
| 7795 | 10년 전 | 538 | ||
| 7794 | 10년 전 | 584 | ||
| 7793 | 10년 전 | 1081 | ||
| 7792 | 10년 전 | 505 | ||
| 7791 | 10년 전 | 586 | ||
| 7790 | 10년 전 | 526 | ||
| 7789 |
fbastore
|
10년 전 | 1476 | |
| 7788 | 10년 전 | 577 | ||
| 7787 | 10년 전 | 434 | ||
| 7786 | 10년 전 | 640 | ||
| 7785 | 10년 전 | 619 | ||
| 7784 | 10년 전 | 675 | ||
| 7783 | 10년 전 | 490 | ||
| 7782 | 10년 전 | 520 | ||
| 7781 | 10년 전 | 926 | ||
| 7780 | 10년 전 | 841 | ||
| 7779 | 10년 전 | 794 | ||
| 7778 | 10년 전 | 378 | ||
| 7777 | 10년 전 | 493 | ||
| 7776 | 10년 전 | 488 | ||
| 7775 | 10년 전 | 427 | ||
| 7774 | 10년 전 | 640 | ||
| 7773 | 10년 전 | 397 | ||
| 7772 | 10년 전 | 767 | ||
| 7771 | 10년 전 | 419 | ||
| 7770 | 10년 전 | 666 | ||
| 7769 | 10년 전 | 423 | ||
| 7768 | 10년 전 | 643 | ||
| 7767 | 10년 전 | 1203 | ||
| 7766 | 10년 전 | 527 | ||
| 7765 | 10년 전 | 580 | ||
| 7764 |
잘살아보자
|
10년 전 | 428 | |
| 7763 |
|
10년 전 | 1491 | |
| 7762 |
Tosea
|
10년 전 | 1084 | |
| 7761 | 10년 전 | 681 | ||
| 7760 |
잘살아보자
|
10년 전 | 728 | |
| 7759 |
잘살아보자
|
10년 전 | 568 | |
| 7758 |
잘살아보자
|
10년 전 | 627 | |
| 7757 | 10년 전 | 1267 | ||
| 7756 |
ITBANK
|
10년 전 | 1279 | |
| 7755 | 10년 전 | 1941 | ||
| 7754 | 10년 전 | 1092 | ||
| 7753 | 10년 전 | 910 | ||
| 7752 | 10년 전 | 1414 | ||
| 7751 |
잘살아보자
|
10년 전 | 567 | |
| 7750 |
잘살아보자
|
10년 전 | 497 | |
| 7749 |
잘살아보자
|
10년 전 | 518 | |
| 7748 |
잘살아보자
|
10년 전 | 539 | |
| 7747 |
잘살아보자
|
10년 전 | 618 | |
| 7746 |
잘살아보자
|
10년 전 | 696 | |
| 7745 |
잘살아보자
|
10년 전 | 939 | |
| 7744 |
잘살아보자
|
10년 전 | 436 | |
| 7743 | 10년 전 | 964 | ||
| 7742 |
starbros
|
10년 전 | 858 | |
| 7741 |
잘살아보자
|
10년 전 | 699 | |
| 7740 |
잘살아보자
|
10년 전 | 584 | |
| 7739 |
잘살아보자
|
10년 전 | 481 | |
| 7738 |
잘살아보자
|
10년 전 | 558 | |
| 7737 |
잘살아보자
|
10년 전 | 535 | |
| 7736 |
잘살아보자
|
10년 전 | 553 | |
| 7735 |
잘살아보자
|
10년 전 | 887 | |
| 7734 |
잘살아보자
|
10년 전 | 445 | |
| 7733 |
잘살아보자
|
10년 전 | 562 | |
| 7732 |
잘살아보자
|
10년 전 | 725 | |
| 7731 |
잘살아보자
|
10년 전 | 642 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기