<!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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 92 | ||
| 8229 | 9년 전 | 94 | ||
| 8228 |
커네드커네드
|
9년 전 | 139 | |
| 8227 | 9년 전 | 159 | ||
| 8226 | 9년 전 | 187 | ||
| 8225 | 9년 전 | 174 | ||
| 8224 | 9년 전 | 166 | ||
| 8223 | 9년 전 | 136 | ||
| 8222 |
|
9년 전 | 208 | |
| 8221 | 9년 전 | 120 | ||
| 8220 | 9년 전 | 134 | ||
| 8219 | 9년 전 | 118 | ||
| 8218 | 9년 전 | 165 | ||
| 8217 |
star3840
|
9년 전 | 134 | |
| 8216 | 9년 전 | 185 | ||
| 8215 | 9년 전 | 139 | ||
| 8214 | 9년 전 | 248 | ||
| 8213 | 9년 전 | 191 | ||
| 8212 | 9년 전 | 109 | ||
| 8211 | 9년 전 | 276 | ||
| 8210 | 9년 전 | 274 | ||
| 8209 | 9년 전 | 361 | ||
| 8208 | 9년 전 | 250 | ||
| 8207 | 9년 전 | 246 | ||
| 8206 |
|
9년 전 | 212 | |
| 8205 | 9년 전 | 198 | ||
| 8204 | 9년 전 | 157 | ||
| 8203 | 9년 전 | 253 | ||
| 8202 | 9년 전 | 167 | ||
| 8201 | 9년 전 | 201 | ||
| 8200 | 9년 전 | 191 | ||
| 8199 | 9년 전 | 237 | ||
| 8198 | 9년 전 | 202 | ||
| 8197 | 9년 전 | 186 | ||
| 8196 | 9년 전 | 577 | ||
| 8195 | 9년 전 | 185 | ||
| 8194 | 9년 전 | 309 | ||
| 8193 | 9년 전 | 187 | ||
| 8192 | 9년 전 | 220 | ||
| 8191 | 9년 전 | 168 | ||
| 8190 | 9년 전 | 164 | ||
| 8189 | 9년 전 | 225 | ||
| 8188 | 9년 전 | 156 | ||
| 8187 | 9년 전 | 170 | ||
| 8186 | 9년 전 | 164 | ||
| 8185 | 9년 전 | 341 | ||
| 8184 | 9년 전 | 129 | ||
| 8183 | 9년 전 | 342 | ||
| 8182 | 9년 전 | 198 | ||
| 8181 | 9년 전 | 157 | ||
| 8180 | 9년 전 | 728 | ||
| 8179 | 9년 전 | 509 | ||
| 8178 | 9년 전 | 339 | ||
| 8177 |
kiplayer
|
9년 전 | 350 | |
| 8176 | 9년 전 | 386 | ||
| 8175 | 9년 전 | 253 | ||
| 8174 | 9년 전 | 271 | ||
| 8173 | 9년 전 | 365 | ||
| 8172 | 9년 전 | 229 | ||
| 8171 | 9년 전 | 204 | ||
| 8170 | 9년 전 | 317 | ||
| 8169 |
커네드커네드
|
9년 전 | 281 | |
| 8168 | 9년 전 | 351 | ||
| 8167 | 9년 전 | 342 | ||
| 8166 | 9년 전 | 262 | ||
| 8165 | 9년 전 | 192 | ||
| 8164 | 9년 전 | 327 | ||
| 8163 | 9년 전 | 310 | ||
| 8162 | 9년 전 | 331 | ||
| 8161 | 9년 전 | 319 | ||
| 8160 |
|
9년 전 | 516 | |
| 8159 | 9년 전 | 455 | ||
| 8158 | 9년 전 | 276 | ||
| 8157 | 9년 전 | 401 | ||
| 8156 | 9년 전 | 289 | ||
| 8155 | 9년 전 | 279 | ||
| 8154 |
00년생용띠
|
9년 전 | 624 | |
| 8153 | 9년 전 | 259 | ||
| 8152 |
|
9년 전 | 435 | |
| 8151 | 9년 전 | 441 | ||
| 8150 | 9년 전 | 533 | ||
| 8149 |
Jangfolk
|
9년 전 | 373 | |
| 8148 | 9년 전 | 197 | ||
| 8147 | 9년 전 | 408 | ||
| 8146 | 9년 전 | 473 | ||
| 8145 | 9년 전 | 427 | ||
| 8144 | 9년 전 | 387 | ||
| 8143 | 9년 전 | 222 | ||
| 8142 | 9년 전 | 460 | ||
| 8141 | 9년 전 | 407 | ||
| 8140 | 9년 전 | 953 | ||
| 8139 | 9년 전 | 294 | ||
| 8138 |
전갈자리남자
|
9년 전 | 413 | |
| 8137 | 9년 전 | 427 | ||
| 8136 | 9년 전 | 773 | ||
| 8135 |
|
9년 전 | 817 | |
| 8134 |
PlayPixel
|
9년 전 | 543 | |
| 8133 |
|
9년 전 | 466 | |
| 8132 | 9년 전 | 486 | ||
| 8131 | 9년 전 | 835 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기