<!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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8030 | 9년 전 | 388 | ||
| 8029 | 9년 전 | 316 | ||
| 8028 | 9년 전 | 274 | ||
| 8027 | 9년 전 | 289 | ||
| 8026 | 9년 전 | 353 | ||
| 8025 | 9년 전 | 392 | ||
| 8024 | 9년 전 | 352 | ||
| 8023 | 9년 전 | 402 | ||
| 8022 | 9년 전 | 325 | ||
| 8021 | 9년 전 | 336 | ||
| 8020 | 9년 전 | 328 | ||
| 8019 | 9년 전 | 348 | ||
| 8018 | 9년 전 | 454 | ||
| 8017 | 9년 전 | 540 | ||
| 8016 | 9년 전 | 341 | ||
| 8015 | 9년 전 | 398 | ||
| 8014 | 9년 전 | 332 | ||
| 8013 | 9년 전 | 245 | ||
| 8012 | 9년 전 | 252 | ||
| 8011 | 9년 전 | 453 | ||
| 8010 | 9년 전 | 308 | ||
| 8009 | 9년 전 | 306 | ||
| 8008 | 9년 전 | 292 | ||
| 8007 | 9년 전 | 435 | ||
| 8006 | 9년 전 | 471 | ||
| 8005 |
|
9년 전 | 975 | |
| 8004 | 9년 전 | 365 | ||
| 8003 | 9년 전 | 431 | ||
| 8002 | 9년 전 | 327 | ||
| 8001 |
|
9년 전 | 669 | |
| 8000 | 9년 전 | 431 | ||
| 7999 | 9년 전 | 382 | ||
| 7998 | 9년 전 | 438 | ||
| 7997 | 9년 전 | 319 | ||
| 7996 | 9년 전 | 542 | ||
| 7995 | 9년 전 | 465 | ||
| 7994 | 9년 전 | 344 | ||
| 7993 | 9년 전 | 408 | ||
| 7992 | 9년 전 | 519 | ||
| 7991 | 9년 전 | 260 | ||
| 7990 | 9년 전 | 301 | ||
| 7989 | 9년 전 | 313 | ||
| 7988 | 9년 전 | 741 | ||
| 7987 | 9년 전 | 437 | ||
| 7986 | 9년 전 | 435 | ||
| 7985 | 9년 전 | 515 | ||
| 7984 | 9년 전 | 439 | ||
| 7983 | 9년 전 | 670 | ||
| 7982 | 9년 전 | 534 | ||
| 7981 | 9년 전 | 488 | ||
| 7980 | 9년 전 | 509 | ||
| 7979 | 9년 전 | 489 | ||
| 7978 | 9년 전 | 466 | ||
| 7977 | 9년 전 | 404 | ||
| 7976 | 9년 전 | 860 | ||
| 7975 | 9년 전 | 371 | ||
| 7974 | 9년 전 | 405 | ||
| 7973 | 9년 전 | 605 | ||
| 7972 | 9년 전 | 394 | ||
| 7971 | 9년 전 | 466 | ||
| 7970 | 9년 전 | 310 | ||
| 7969 | 9년 전 | 551 | ||
| 7968 | 9년 전 | 391 | ||
| 7967 | 9년 전 | 381 | ||
| 7966 | 9년 전 | 382 | ||
| 7965 |
|
9년 전 | 1023 | |
| 7964 | 9년 전 | 409 | ||
| 7963 | 9년 전 | 409 | ||
| 7962 | 9년 전 | 395 | ||
| 7961 |
전갈자리남자
|
9년 전 | 512 | |
| 7960 | 9년 전 | 976 | ||
| 7959 | 9년 전 | 559 | ||
| 7958 | 9년 전 | 416 | ||
| 7957 | 9년 전 | 372 | ||
| 7956 | 9년 전 | 373 | ||
| 7955 | 9년 전 | 466 | ||
| 7954 | 9년 전 | 391 | ||
| 7953 | 9년 전 | 442 | ||
| 7952 | 9년 전 | 363 | ||
| 7951 | 9년 전 | 507 | ||
| 7950 | 9년 전 | 400 | ||
| 7949 | 9년 전 | 396 | ||
| 7948 | 9년 전 | 330 | ||
| 7947 | 9년 전 | 944 | ||
| 7946 | 9년 전 | 448 | ||
| 7945 | 9년 전 | 405 | ||
| 7944 | 9년 전 | 438 | ||
| 7943 | 9년 전 | 392 | ||
| 7942 | 9년 전 | 410 | ||
| 7941 | 9년 전 | 405 | ||
| 7940 | 9년 전 | 897 | ||
| 7939 | 9년 전 | 365 | ||
| 7938 | 9년 전 | 400 | ||
| 7937 | 9년 전 | 291 | ||
| 7936 | 9년 전 | 891 | ||
| 7935 | 9년 전 | 460 | ||
| 7934 | 9년 전 | 432 | ||
| 7933 | 9년 전 | 535 | ||
| 7932 | 9년 전 | 499 | ||
| 7931 | 9년 전 | 553 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기