<!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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 330 |
prosper
|
20년 전 | 2243 | |
| 329 |
prosper
|
20년 전 | 1852 | |
| 328 |
prosper
|
20년 전 | 1662 | |
| 327 | 20년 전 | 3741 | ||
| 326 | 20년 전 | 4817 | ||
| 325 |
hwatta
|
20년 전 | 2438 | |
| 324 |
|
20년 전 | 3119 | |
| 323 | 20년 전 | 5829 | ||
| 322 |
hwatta
|
20년 전 | 2817 | |
| 321 |
hwatta
|
20년 전 | 2296 | |
| 320 |
yesmoa
|
20년 전 | 4553 | |
| 319 | 20년 전 | 2650 | ||
| 318 | 20년 전 | 2224 | ||
| 317 |
kyodon
|
20년 전 | 2751 | |
| 316 | 20년 전 | 2555 | ||
| 315 |
|
20년 전 | 2868 | |
| 314 |
|
20년 전 | 3307 | |
| 313 |
|
20년 전 | 2624 | |
| 312 |
yesmoa
|
20년 전 | 4698 | |
| 311 | 20년 전 | 3227 | ||
| 310 |
홀로남은자
|
20년 전 | 4539 | |
| 309 | 20년 전 | 2993 | ||
| 308 | 20년 전 | 4107 | ||
| 307 | 20년 전 | 4341 | ||
| 306 | 20년 전 | 7010 | ||
| 305 | 20년 전 | 3843 | ||
| 304 | 20년 전 | 2742 | ||
| 303 |
크리스탈처럼
|
20년 전 | 4375 | |
| 302 | 20년 전 | 2188 | ||
| 301 |
|
20년 전 | 4311 | |
| 300 | 20년 전 | 3768 | ||
| 299 | 20년 전 | 2569 | ||
| 298 | 20년 전 | 4795 | ||
| 297 |
|
20년 전 | 2506 | |
| 296 | 20년 전 | 4500 | ||
| 295 | 20년 전 | 3552 | ||
| 294 | 20년 전 | 3570 | ||
| 293 | 20년 전 | 3806 | ||
| 292 | 20년 전 | 3188 | ||
| 291 |
yesmoa
|
20년 전 | 5902 | |
| 290 | 20년 전 | 2921 | ||
| 289 | 20년 전 | 5829 | ||
| 288 |
|
20년 전 | 2351 | |
| 287 |
|
20년 전 | 1760 | |
| 286 |
|
20년 전 | 2124 | |
| 285 |
|
20년 전 | 3520 | |
| 284 |
|
20년 전 | 2019 | |
| 283 |
|
20년 전 | 4385 | |
| 282 | 20년 전 | 3365 | ||
| 281 |
|
20년 전 | 2191 | |
| 280 |
|
20년 전 | 7784 | |
| 279 | 20년 전 | 5523 | ||
| 278 | 20년 전 | 2973 | ||
| 277 |
|
20년 전 | 5554 | |
| 276 | 20년 전 | 2344 | ||
| 275 | 20년 전 | 2581 | ||
| 274 | 20년 전 | 2349 | ||
| 273 | 20년 전 | 2197 | ||
| 272 | 20년 전 | 2119 | ||
| 271 | 20년 전 | 2588 | ||
| 270 | 20년 전 | 2581 | ||
| 269 | 20년 전 | 2458 | ||
| 268 | 20년 전 | 2663 | ||
| 267 | 20년 전 | 2349 | ||
| 266 | 20년 전 | 2551 | ||
| 265 | 20년 전 | 3482 | ||
| 264 |
|
20년 전 | 5337 | |
| 263 |
|
20년 전 | 3701 | |
| 262 | 20년 전 | 3152 | ||
| 261 |
허저비
|
20년 전 | 5907 | |
| 260 |
|
20년 전 | 5701 | |
| 259 | 20년 전 | 4121 | ||
| 258 | 20년 전 | 2365 | ||
| 257 | 20년 전 | 3167 | ||
| 256 | 20년 전 | 1889 | ||
| 255 | 20년 전 | 1549 | ||
| 254 | 20년 전 | 3124 | ||
| 253 | 20년 전 | 3535 | ||
| 252 | 20년 전 | 5087 | ||
| 251 | 20년 전 | 5794 | ||
| 250 | 20년 전 | 3657 | ||
| 249 | 20년 전 | 4992 | ||
| 248 | 20년 전 | 3271 | ||
| 247 | 20년 전 | 3619 | ||
| 246 |
|
20년 전 | 7930 | |
| 245 |
|
20년 전 | 5886 | |
| 244 | 20년 전 | 4467 | ||
| 243 |
|
20년 전 | 4024 | |
| 242 | 20년 전 | 2752 | ||
| 241 | 20년 전 | 2694 | ||
| 240 | 20년 전 | 2333 | ||
| 239 | 20년 전 | 1635 | ||
| 238 |
아우겐나이스
|
20년 전 | 2240 | |
| 237 |
email
|
20년 전 | 3664 | |
| 236 | 20년 전 | 4122 | ||
| 235 | 20년 전 | 10443 | ||
| 234 | 20년 전 | 5040 | ||
| 233 | 20년 전 | 3356 | ||
| 232 | 20년 전 | 3179 | ||
| 231 | 20년 전 | 3810 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기