<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7830 | 9년 전 | 411 | ||
| 7829 |
|
9년 전 | 593 | |
| 7828 | 9년 전 | 527 | ||
| 7827 | 9년 전 | 414 | ||
| 7826 | 9년 전 | 424 | ||
| 7825 | 10년 전 | 463 | ||
| 7824 | 10년 전 | 437 | ||
| 7823 | 10년 전 | 360 | ||
| 7822 | 10년 전 | 344 | ||
| 7821 | 10년 전 | 298 | ||
| 7820 | 10년 전 | 341 | ||
| 7819 |
|
10년 전 | 743 | |
| 7818 | 10년 전 | 377 | ||
| 7817 | 10년 전 | 497 | ||
| 7816 | 10년 전 | 394 | ||
| 7815 | 10년 전 | 597 | ||
| 7814 | 10년 전 | 417 | ||
| 7813 | 10년 전 | 364 | ||
| 7812 | 10년 전 | 384 | ||
| 7811 | 10년 전 | 386 | ||
| 7810 | 10년 전 | 553 | ||
| 7809 | 10년 전 | 478 | ||
| 7808 | 10년 전 | 370 | ||
| 7807 | 10년 전 | 394 | ||
| 7806 |
프로그래머7
|
10년 전 | 1327 | |
| 7805 | 10년 전 | 1268 | ||
| 7804 |
zahir1312
|
10년 전 | 766 | |
| 7803 |
|
10년 전 | 1363 | |
| 7802 | 10년 전 | 452 | ||
| 7801 | 10년 전 | 854 | ||
| 7800 | 10년 전 | 1078 | ||
| 7799 | 10년 전 | 543 | ||
| 7798 | 10년 전 | 494 | ||
| 7797 | 10년 전 | 493 | ||
| 7796 | 10년 전 | 338 | ||
| 7795 | 10년 전 | 493 | ||
| 7794 | 10년 전 | 535 | ||
| 7793 | 10년 전 | 1042 | ||
| 7792 | 10년 전 | 456 | ||
| 7791 | 10년 전 | 537 | ||
| 7790 | 10년 전 | 495 | ||
| 7789 |
fbastore
|
10년 전 | 1439 | |
| 7788 | 10년 전 | 530 | ||
| 7787 | 10년 전 | 390 | ||
| 7786 | 10년 전 | 566 | ||
| 7785 | 10년 전 | 570 | ||
| 7784 | 10년 전 | 630 | ||
| 7783 | 10년 전 | 431 | ||
| 7782 | 10년 전 | 481 | ||
| 7781 | 10년 전 | 893 | ||
| 7780 | 10년 전 | 805 | ||
| 7779 | 10년 전 | 768 | ||
| 7778 | 10년 전 | 357 | ||
| 7777 | 10년 전 | 441 | ||
| 7776 | 10년 전 | 448 | ||
| 7775 | 10년 전 | 394 | ||
| 7774 | 10년 전 | 627 | ||
| 7773 | 10년 전 | 374 | ||
| 7772 | 10년 전 | 722 | ||
| 7771 | 10년 전 | 369 | ||
| 7770 | 10년 전 | 638 | ||
| 7769 | 10년 전 | 366 | ||
| 7768 | 10년 전 | 592 | ||
| 7767 | 10년 전 | 1160 | ||
| 7766 | 10년 전 | 485 | ||
| 7765 | 10년 전 | 510 | ||
| 7764 |
잘살아보자
|
10년 전 | 370 | |
| 7763 |
|
10년 전 | 1440 | |
| 7762 |
Tosea
|
10년 전 | 1047 | |
| 7761 | 10년 전 | 637 | ||
| 7760 |
잘살아보자
|
10년 전 | 668 | |
| 7759 |
잘살아보자
|
10년 전 | 493 | |
| 7758 |
잘살아보자
|
10년 전 | 581 | |
| 7757 | 10년 전 | 1230 | ||
| 7756 |
ITBANK
|
10년 전 | 1247 | |
| 7755 | 10년 전 | 1921 | ||
| 7754 | 10년 전 | 1045 | ||
| 7753 | 10년 전 | 874 | ||
| 7752 | 10년 전 | 1381 | ||
| 7751 |
잘살아보자
|
10년 전 | 515 | |
| 7750 |
잘살아보자
|
10년 전 | 470 | |
| 7749 |
잘살아보자
|
10년 전 | 473 | |
| 7748 |
잘살아보자
|
10년 전 | 470 | |
| 7747 |
잘살아보자
|
10년 전 | 565 | |
| 7746 |
잘살아보자
|
10년 전 | 672 | |
| 7745 |
잘살아보자
|
10년 전 | 903 | |
| 7744 |
잘살아보자
|
10년 전 | 407 | |
| 7743 | 10년 전 | 938 | ||
| 7742 |
starbros
|
10년 전 | 827 | |
| 7741 |
잘살아보자
|
10년 전 | 662 | |
| 7740 |
잘살아보자
|
10년 전 | 515 | |
| 7739 |
잘살아보자
|
10년 전 | 456 | |
| 7738 |
잘살아보자
|
10년 전 | 521 | |
| 7737 |
잘살아보자
|
10년 전 | 487 | |
| 7736 |
잘살아보자
|
10년 전 | 509 | |
| 7735 |
잘살아보자
|
10년 전 | 836 | |
| 7734 |
잘살아보자
|
10년 전 | 422 | |
| 7733 |
잘살아보자
|
10년 전 | 534 | |
| 7732 |
잘살아보자
|
10년 전 | 690 | |
| 7731 |
잘살아보자
|
10년 전 | 611 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기