<!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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 630 | 19년 전 | 2336 | ||
| 629 |
|
19년 전 | 1999 | |
| 628 |
|
19년 전 | 3112 | |
| 627 |
|
19년 전 | 2018 | |
| 626 |
|
19년 전 | 2062 | |
| 625 |
|
19년 전 | 1710 | |
| 624 |
|
19년 전 | 2209 | |
| 623 | 19년 전 | 2188 | ||
| 622 |
|
19년 전 | 2497 | |
| 621 |
|
19년 전 | 2889 | |
| 620 |
|
19년 전 | 2392 | |
| 619 | 19년 전 | 2458 | ||
| 618 | 19년 전 | 3504 | ||
| 617 |
|
19년 전 | 3225 | |
| 616 |
|
19년 전 | 3214 | |
| 615 |
|
19년 전 | 3024 | |
| 614 |
|
19년 전 | 2036 | |
| 613 |
|
19년 전 | 2363 | |
| 612 |
|
19년 전 | 2228 | |
| 611 |
|
19년 전 | 2072 | |
| 610 |
|
19년 전 | 2507 | |
| 609 |
|
19년 전 | 2415 | |
| 608 |
|
19년 전 | 2803 | |
| 607 | 19년 전 | 2184 | ||
| 606 | 19년 전 | 3510 | ||
| 605 | 19년 전 | 1978 | ||
| 604 | 19년 전 | 2580 | ||
| 603 | 19년 전 | 1604 | ||
| 602 |
|
19년 전 | 2830 | |
| 601 | 19년 전 | 3069 | ||
| 600 |
|
19년 전 | 2152 | |
| 599 | 19년 전 | 1992 | ||
| 598 | 19년 전 | 2470 | ||
| 597 | 19년 전 | 2383 | ||
| 596 |
|
19년 전 | 3068 | |
| 595 |
|
19년 전 | 6746 | |
| 594 | 19년 전 | 2703 | ||
| 593 | 19년 전 | 3182 | ||
| 592 |
|
19년 전 | 3081 | |
| 591 |
|
19년 전 | 1921 | |
| 590 | 19년 전 | 3360 | ||
| 589 | 19년 전 | 2201 | ||
| 588 |
|
19년 전 | 2700 | |
| 587 | 19년 전 | 2342 | ||
| 586 |
|
19년 전 | 4353 | |
| 585 | 19년 전 | 2477 | ||
| 584 | 19년 전 | 2746 | ||
| 583 |
|
19년 전 | 3511 | |
| 582 |
|
19년 전 | 3709 | |
| 581 |
|
19년 전 | 3241 | |
| 580 | 19년 전 | 2471 | ||
| 579 | 19년 전 | 3053 | ||
| 578 | 19년 전 | 3944 | ||
| 577 | 19년 전 | 3792 | ||
| 576 | 19년 전 | 1733 | ||
| 575 |
|
19년 전 | 2197 | |
| 574 |
|
19년 전 | 5399 | |
| 573 | 19년 전 | 6705 | ||
| 572 | 19년 전 | 2555 | ||
| 571 | 19년 전 | 2101 | ||
| 570 | 19년 전 | 2598 | ||
| 569 | 19년 전 | 3286 | ||
| 568 | 19년 전 | 3514 | ||
| 567 | 19년 전 | 2979 | ||
| 566 | 19년 전 | 2590 | ||
| 565 |
|
19년 전 | 4709 | |
| 564 |
|
19년 전 | 6718 | |
| 563 |
|
19년 전 | 4984 | |
| 562 |
|
19년 전 | 5940 | |
| 561 |
|
19년 전 | 2680 | |
| 560 |
|
19년 전 | 2520 | |
| 559 |
|
19년 전 | 2212 | |
| 558 |
|
19년 전 | 2291 | |
| 557 | 19년 전 | 4588 | ||
| 556 |
|
19년 전 | 4654 | |
| 555 | 19년 전 | 2494 | ||
| 554 | 19년 전 | 2169 | ||
| 553 | 19년 전 | 2509 | ||
| 552 |
|
19년 전 | 3146 | |
| 551 | 19년 전 | 2931 | ||
| 550 |
|
19년 전 | 1887 | |
| 549 |
|
19년 전 | 1949 | |
| 548 |
|
19년 전 | 3137 | |
| 547 |
|
19년 전 | 2355 | |
| 546 |
|
19년 전 | 3609 | |
| 545 |
|
19년 전 | 2536 | |
| 544 |
|
19년 전 | 1844 | |
| 543 |
|
19년 전 | 2449 | |
| 542 |
|
19년 전 | 1717 | |
| 541 |
|
19년 전 | 1399 | |
| 540 |
|
19년 전 | 1526 | |
| 539 |
|
19년 전 | 1792 | |
| 538 |
|
19년 전 | 1571 | |
| 537 |
|
19년 전 | 1770 | |
| 536 |
|
19년 전 | 1554 | |
| 535 |
|
19년 전 | 1953 | |
| 534 |
|
19년 전 | 1839 | |
| 533 |
|
19년 전 | 1434 | |
| 532 |
|
19년 전 | 1436 | |
| 531 |
|
19년 전 | 1350 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기