<html>
<head>
<script type="text/javascript">
var TimeOut = 300;
var currentLayer = null;
var currentitem = null;
var currentLayerNum = 0;
var noClose = 0;
var closeTimer = null;
// Open Hidden Layer
function mopen(n)
{
var l = document.getElementById("menu"+n);
var mm = document.getElementById("mmenu"+n);
if(l)
{
mcancelclosetime();
l.style.visibility='visible';
if(currentLayer && (currentLayerNum != n))
currentLayer.style.visibility='hidden';
currentLayer = l;
currentitem = mm;
currentLayerNum = n;
}
else if(currentLayer)
{
currentLayer.style.visibility='hidden';
currentLayerNum = 0;
currentitem = null;
currentLayer = null;
}
}
// Turn On Close Timer
function mclosetime()
{
closeTimer = window.setTimeout(mclose, TimeOut);
}
// Cancel Close Timer
function mcancelclosetime()
{
if(closeTimer)
{
window.clearTimeout(closeTimer);
closeTimer = null;
}
}
// Close Showed Layer
function mclose()
{
if(currentLayer && noClose!=1)
{
currentLayer.style.visibility='hidden';
currentLayerNum = 0;
currentLayer = null;
currentitem = null;
}
else
{
noClose = 0;
}
currentLayer = null;
currentitem = null;
}
// Close Layer Then Click-out
document.onclick = mclose;
</script>
<style>
#dd
{ margin: 0;
padding: 0}
#dd li
{ margin: 0;
padding: 0;
list-style: none;
float: left;
font: bold 11px arial}
#dd li a.menu
{ display: block;
text-align: center;
background: #5970B2;
padding: 4px 10px;
margin: 0 1px 0 0;
color: #FFF;
width: 100px;
text-decoration: none}
#dd li a.menu:hover
{ background: #49A3FF}
.submenu
{ background: #EAEBD8;
border: 1px solid #5970B2;
visibility: hidden;
position: absolute;
z-index: 3}
.submenu a
{ display: block;
font: 11px arial;
text-align: left;
text-decoration: none;
padding: 5px;
color: #2875DE}
.submenu a:hover
{ background: #49A3FF;
color: #FFF}
</style>
</head>
<body>
<ul id="dd">
<li>
<a href="#" class="menu" id="mmenu1" onmouseover="mopen(1);" onmouseout="mclosetime();">Home</a>
<div class="submenu" id="menu1" onmouseover="mcancelclosetime()" onmouseout="mclosetime();">
<a href="#">HTML DropDown</a>
<a href="#">DHTML DropDown menu</a>
<a href="#">JavaScript DropDown</a>
<a href="#">DropDown Menu</a>
<a href="#">CSS DropDown</a>
</div>
</li>
<li>
<a href="#" class="menu" id="mmenu2" onmouseover="mopen(2);" onmouseout="mclosetime();">Download</a>
<div class="submenu" id="menu2" onmouseover="mcancelclosetime()" onmouseout="mclosetime();">
<a href="#">ASP Dropdown</a>
<a href="#">Pulldown menu</a>
<a href="#">AJAX dropdown</a>
<a href="#">DIV dropdown</a>
</div>
</li>
<li><a href="#" class="menu">Order</a></li>
<li><a href="#" class="menu">Help</a></li>
<li><a href="#" class="menu">Contact</a></li>
</ul>
</body>
</html>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8030 | 9년 전 | 375 | ||
| 8029 | 9년 전 | 311 | ||
| 8028 | 9년 전 | 268 | ||
| 8027 | 9년 전 | 284 | ||
| 8026 | 9년 전 | 341 | ||
| 8025 | 9년 전 | 390 | ||
| 8024 | 9년 전 | 347 | ||
| 8023 | 9년 전 | 395 | ||
| 8022 | 9년 전 | 323 | ||
| 8021 | 9년 전 | 331 | ||
| 8020 | 9년 전 | 322 | ||
| 8019 | 9년 전 | 344 | ||
| 8018 | 9년 전 | 449 | ||
| 8017 | 9년 전 | 539 | ||
| 8016 | 9년 전 | 333 | ||
| 8015 | 9년 전 | 392 | ||
| 8014 | 9년 전 | 328 | ||
| 8013 | 9년 전 | 240 | ||
| 8012 | 9년 전 | 245 | ||
| 8011 | 9년 전 | 449 | ||
| 8010 | 9년 전 | 304 | ||
| 8009 | 9년 전 | 295 | ||
| 8008 | 9년 전 | 289 | ||
| 8007 | 9년 전 | 433 | ||
| 8006 | 9년 전 | 465 | ||
| 8005 |
|
9년 전 | 971 | |
| 8004 | 9년 전 | 362 | ||
| 8003 | 9년 전 | 428 | ||
| 8002 | 9년 전 | 324 | ||
| 8001 |
|
9년 전 | 667 | |
| 8000 | 9년 전 | 423 | ||
| 7999 | 9년 전 | 376 | ||
| 7998 | 9년 전 | 433 | ||
| 7997 | 9년 전 | 314 | ||
| 7996 | 9년 전 | 535 | ||
| 7995 | 9년 전 | 459 | ||
| 7994 | 9년 전 | 339 | ||
| 7993 | 9년 전 | 401 | ||
| 7992 | 9년 전 | 511 | ||
| 7991 | 9년 전 | 253 | ||
| 7990 | 9년 전 | 295 | ||
| 7989 | 9년 전 | 308 | ||
| 7988 | 9년 전 | 734 | ||
| 7987 | 9년 전 | 431 | ||
| 7986 | 9년 전 | 424 | ||
| 7985 | 9년 전 | 511 | ||
| 7984 | 9년 전 | 434 | ||
| 7983 | 9년 전 | 663 | ||
| 7982 | 9년 전 | 523 | ||
| 7981 | 9년 전 | 476 | ||
| 7980 | 9년 전 | 497 | ||
| 7979 | 9년 전 | 477 | ||
| 7978 | 9년 전 | 457 | ||
| 7977 | 9년 전 | 395 | ||
| 7976 | 9년 전 | 852 | ||
| 7975 | 9년 전 | 361 | ||
| 7974 | 9년 전 | 400 | ||
| 7973 | 9년 전 | 601 | ||
| 7972 | 9년 전 | 386 | ||
| 7971 | 9년 전 | 460 | ||
| 7970 | 9년 전 | 304 | ||
| 7969 | 9년 전 | 548 | ||
| 7968 | 9년 전 | 389 | ||
| 7967 | 9년 전 | 379 | ||
| 7966 | 9년 전 | 375 | ||
| 7965 |
|
9년 전 | 1018 | |
| 7964 | 9년 전 | 400 | ||
| 7963 | 9년 전 | 402 | ||
| 7962 | 9년 전 | 381 | ||
| 7961 |
전갈자리남자
|
9년 전 | 509 | |
| 7960 | 9년 전 | 969 | ||
| 7959 | 9년 전 | 556 | ||
| 7958 | 9년 전 | 408 | ||
| 7957 | 9년 전 | 369 | ||
| 7956 | 9년 전 | 370 | ||
| 7955 | 9년 전 | 462 | ||
| 7954 | 9년 전 | 383 | ||
| 7953 | 9년 전 | 436 | ||
| 7952 | 9년 전 | 360 | ||
| 7951 | 9년 전 | 506 | ||
| 7950 | 9년 전 | 395 | ||
| 7949 | 9년 전 | 389 | ||
| 7948 | 9년 전 | 323 | ||
| 7947 | 9년 전 | 940 | ||
| 7946 | 9년 전 | 440 | ||
| 7945 | 9년 전 | 399 | ||
| 7944 | 9년 전 | 427 | ||
| 7943 | 9년 전 | 386 | ||
| 7942 | 9년 전 | 408 | ||
| 7941 | 9년 전 | 399 | ||
| 7940 | 9년 전 | 885 | ||
| 7939 | 9년 전 | 359 | ||
| 7938 | 9년 전 | 390 | ||
| 7937 | 9년 전 | 283 | ||
| 7936 | 9년 전 | 885 | ||
| 7935 | 9년 전 | 455 | ||
| 7934 | 9년 전 | 421 | ||
| 7933 | 9년 전 | 521 | ||
| 7932 | 9년 전 | 493 | ||
| 7931 | 9년 전 | 542 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기