<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 | 10년 전 | 445 | ||
| 7829 |
|
10년 전 | 631 | |
| 7828 | 10년 전 | 558 | ||
| 7827 | 10년 전 | 453 | ||
| 7826 | 10년 전 | 464 | ||
| 7825 | 10년 전 | 504 | ||
| 7824 | 10년 전 | 467 | ||
| 7823 | 10년 전 | 409 | ||
| 7822 | 10년 전 | 386 | ||
| 7821 | 10년 전 | 328 | ||
| 7820 | 10년 전 | 360 | ||
| 7819 |
|
10년 전 | 760 | |
| 7818 | 10년 전 | 409 | ||
| 7817 | 10년 전 | 564 | ||
| 7816 | 10년 전 | 427 | ||
| 7815 | 10년 전 | 623 | ||
| 7814 | 10년 전 | 459 | ||
| 7813 | 10년 전 | 413 | ||
| 7812 | 10년 전 | 424 | ||
| 7811 | 10년 전 | 408 | ||
| 7810 | 10년 전 | 600 | ||
| 7809 | 10년 전 | 531 | ||
| 7808 | 10년 전 | 410 | ||
| 7807 | 10년 전 | 429 | ||
| 7806 |
프로그래머7
|
10년 전 | 1353 | |
| 7805 | 10년 전 | 1295 | ||
| 7804 |
zahir1312
|
10년 전 | 794 | |
| 7803 |
|
10년 전 | 1395 | |
| 7802 | 10년 전 | 488 | ||
| 7801 | 10년 전 | 880 | ||
| 7800 | 10년 전 | 1098 | ||
| 7799 | 10년 전 | 581 | ||
| 7798 | 10년 전 | 533 | ||
| 7797 | 10년 전 | 543 | ||
| 7796 | 10년 전 | 382 | ||
| 7795 | 10년 전 | 535 | ||
| 7794 | 10년 전 | 578 | ||
| 7793 | 10년 전 | 1078 | ||
| 7792 | 10년 전 | 499 | ||
| 7791 | 10년 전 | 582 | ||
| 7790 | 10년 전 | 523 | ||
| 7789 |
fbastore
|
10년 전 | 1468 | |
| 7788 | 10년 전 | 572 | ||
| 7787 | 10년 전 | 430 | ||
| 7786 | 10년 전 | 627 | ||
| 7785 | 10년 전 | 613 | ||
| 7784 | 10년 전 | 670 | ||
| 7783 | 10년 전 | 483 | ||
| 7782 | 10년 전 | 518 | ||
| 7781 | 10년 전 | 922 | ||
| 7780 | 10년 전 | 839 | ||
| 7779 | 10년 전 | 791 | ||
| 7778 | 10년 전 | 375 | ||
| 7777 | 10년 전 | 485 | ||
| 7776 | 10년 전 | 483 | ||
| 7775 | 10년 전 | 424 | ||
| 7774 | 10년 전 | 640 | ||
| 7773 | 10년 전 | 396 | ||
| 7772 | 10년 전 | 758 | ||
| 7771 | 10년 전 | 414 | ||
| 7770 | 10년 전 | 659 | ||
| 7769 | 10년 전 | 415 | ||
| 7768 | 10년 전 | 632 | ||
| 7767 | 10년 전 | 1197 | ||
| 7766 | 10년 전 | 517 | ||
| 7765 | 10년 전 | 567 | ||
| 7764 |
잘살아보자
|
10년 전 | 421 | |
| 7763 |
|
10년 전 | 1485 | |
| 7762 |
Tosea
|
10년 전 | 1080 | |
| 7761 | 10년 전 | 671 | ||
| 7760 |
잘살아보자
|
10년 전 | 718 | |
| 7759 |
잘살아보자
|
10년 전 | 559 | |
| 7758 |
잘살아보자
|
10년 전 | 619 | |
| 7757 | 10년 전 | 1263 | ||
| 7756 |
ITBANK
|
10년 전 | 1273 | |
| 7755 | 10년 전 | 1940 | ||
| 7754 | 10년 전 | 1085 | ||
| 7753 | 10년 전 | 903 | ||
| 7752 | 10년 전 | 1412 | ||
| 7751 |
잘살아보자
|
10년 전 | 559 | |
| 7750 |
잘살아보자
|
10년 전 | 494 | |
| 7749 |
잘살아보자
|
10년 전 | 515 | |
| 7748 |
잘살아보자
|
10년 전 | 535 | |
| 7747 |
잘살아보자
|
10년 전 | 613 | |
| 7746 |
잘살아보자
|
10년 전 | 692 | |
| 7745 |
잘살아보자
|
10년 전 | 933 | |
| 7744 |
잘살아보자
|
10년 전 | 433 | |
| 7743 | 10년 전 | 961 | ||
| 7742 |
starbros
|
10년 전 | 855 | |
| 7741 |
잘살아보자
|
10년 전 | 694 | |
| 7740 |
잘살아보자
|
10년 전 | 576 | |
| 7739 |
잘살아보자
|
10년 전 | 478 | |
| 7738 |
잘살아보자
|
10년 전 | 554 | |
| 7737 |
잘살아보자
|
10년 전 | 528 | |
| 7736 |
잘살아보자
|
10년 전 | 547 | |
| 7735 |
잘살아보자
|
10년 전 | 882 | |
| 7734 |
잘살아보자
|
10년 전 | 443 | |
| 7733 |
잘살아보자
|
10년 전 | 558 | |
| 7732 |
잘살아보자
|
10년 전 | 720 | |
| 7731 |
잘살아보자
|
10년 전 | 637 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기