<!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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 394 | ||
| 7929 | 9년 전 | 306 | ||
| 7928 | 9년 전 | 403 | ||
| 7927 | 9년 전 | 323 | ||
| 7926 | 9년 전 | 653 | ||
| 7925 | 9년 전 | 338 | ||
| 7924 | 9년 전 | 321 | ||
| 7923 | 9년 전 | 332 | ||
| 7922 | 9년 전 | 358 | ||
| 7921 | 9년 전 | 393 | ||
| 7920 | 9년 전 | 310 | ||
| 7919 | 9년 전 | 330 | ||
| 7918 | 9년 전 | 481 | ||
| 7917 | 9년 전 | 323 | ||
| 7916 | 9년 전 | 394 | ||
| 7915 | 9년 전 | 392 | ||
| 7914 | 9년 전 | 397 | ||
| 7913 | 9년 전 | 549 | ||
| 7912 | 9년 전 | 398 | ||
| 7911 | 9년 전 | 351 | ||
| 7910 | 9년 전 | 393 | ||
| 7909 | 9년 전 | 493 | ||
| 7908 | 9년 전 | 406 | ||
| 7907 | 9년 전 | 353 | ||
| 7906 | 9년 전 | 372 | ||
| 7905 | 9년 전 | 352 | ||
| 7904 | 9년 전 | 336 | ||
| 7903 | 9년 전 | 333 | ||
| 7902 | 9년 전 | 543 | ||
| 7901 |
|
9년 전 | 725 | |
| 7900 | 9년 전 | 564 | ||
| 7899 | 9년 전 | 363 | ||
| 7898 | 9년 전 | 369 | ||
| 7897 | 9년 전 | 327 | ||
| 7896 | 9년 전 | 345 | ||
| 7895 | 9년 전 | 453 | ||
| 7894 | 9년 전 | 370 | ||
| 7893 | 9년 전 | 317 | ||
| 7892 | 9년 전 | 366 | ||
| 7891 | 9년 전 | 747 | ||
| 7890 | 9년 전 | 1185 | ||
| 7889 | 9년 전 | 740 | ||
| 7888 |
limsy1987
|
9년 전 | 536 | |
| 7887 | 9년 전 | 532 | ||
| 7886 | 9년 전 | 420 | ||
| 7885 | 9년 전 | 387 | ||
| 7884 | 9년 전 | 394 | ||
| 7883 | 9년 전 | 385 | ||
| 7882 | 9년 전 | 421 | ||
| 7881 | 9년 전 | 423 | ||
| 7880 | 9년 전 | 545 | ||
| 7879 | 9년 전 | 444 | ||
| 7878 | 9년 전 | 1199 | ||
| 7877 | 9년 전 | 732 | ||
| 7876 | 9년 전 | 466 | ||
| 7875 | 9년 전 | 542 | ||
| 7874 |
|
9년 전 | 797 | |
| 7873 | 9년 전 | 505 | ||
| 7872 | 9년 전 | 660 | ||
| 7871 | 9년 전 | 467 | ||
| 7870 | 9년 전 | 595 | ||
| 7869 | 9년 전 | 416 | ||
| 7868 | 9년 전 | 423 | ||
| 7867 | 9년 전 | 404 | ||
| 7866 | 9년 전 | 474 | ||
| 7865 | 9년 전 | 432 | ||
| 7864 | 9년 전 | 498 | ||
| 7863 | 9년 전 | 496 | ||
| 7862 | 9년 전 | 454 | ||
| 7861 | 9년 전 | 614 | ||
| 7860 | 9년 전 | 607 | ||
| 7859 | 9년 전 | 393 | ||
| 7858 | 9년 전 | 689 | ||
| 7857 | 9년 전 | 1054 | ||
| 7856 | 9년 전 | 500 | ||
| 7855 | 9년 전 | 727 | ||
| 7854 | 9년 전 | 713 | ||
| 7853 | 9년 전 | 569 | ||
| 7852 | 9년 전 | 494 | ||
| 7851 | 9년 전 | 488 | ||
| 7850 | 9년 전 | 572 | ||
| 7849 | 9년 전 | 346 | ||
| 7848 | 9년 전 | 399 | ||
| 7847 | 9년 전 | 630 | ||
| 7846 | 9년 전 | 441 | ||
| 7845 | 9년 전 | 395 | ||
| 7844 | 9년 전 | 380 | ||
| 7843 | 9년 전 | 398 | ||
| 7842 | 9년 전 | 383 | ||
| 7841 | 9년 전 | 372 | ||
| 7840 | 9년 전 | 384 | ||
| 7839 | 9년 전 | 420 | ||
| 7838 | 9년 전 | 503 | ||
| 7837 | 9년 전 | 340 | ||
| 7836 | 9년 전 | 385 | ||
| 7835 | 9년 전 | 458 | ||
| 7834 |
|
9년 전 | 1184 | |
| 7833 | 9년 전 | 402 | ||
| 7832 | 9년 전 | 399 | ||
| 7831 | 9년 전 | 538 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기