<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6730 |
|
11년 전 | 1105 | |
| 6729 | 11년 전 | 558 | ||
| 6728 |
|
11년 전 | 571 | |
| 6727 | 11년 전 | 2417 | ||
| 6726 | 11년 전 | 596 | ||
| 6725 |
네모웹에이전시
|
11년 전 | 434 | |
| 6724 |
네모웹에이전시
|
11년 전 | 882 | |
| 6723 | 11년 전 | 1012 | ||
| 6722 | 11년 전 | 958 | ||
| 6721 | 11년 전 | 640 | ||
| 6720 | 11년 전 | 1971 | ||
| 6719 | 11년 전 | 2192 | ||
| 6718 | 11년 전 | 1091 | ||
| 6717 |
|
11년 전 | 650 | |
| 6716 | 11년 전 | 2310 | ||
| 6715 | 11년 전 | 7577 | ||
| 6714 | 11년 전 | 2043 | ||
| 6713 | 11년 전 | 772 | ||
| 6712 |
geektoo
|
11년 전 | 1146 | |
| 6711 | 11년 전 | 891 | ||
| 6710 |
sirzzang
|
11년 전 | 2126 | |
| 6709 |
bewitched
|
11년 전 | 1798 | |
| 6708 |
levin
|
11년 전 | 560 | |
| 6707 | 11년 전 | 766 | ||
| 6706 | 11년 전 | 1785 | ||
| 6705 | 11년 전 | 985 | ||
| 6704 |
|
11년 전 | 752 | |
| 6703 | 11년 전 | 413 | ||
| 6702 | 11년 전 | 1093 | ||
| 6701 | 11년 전 | 802 | ||
| 6700 | 11년 전 | 1719 | ||
| 6699 | 11년 전 | 715 | ||
| 6698 |
이박사친구
|
11년 전 | 725 | |
| 6697 | 11년 전 | 1217 | ||
| 6696 | 11년 전 | 618 | ||
| 6695 |
Header
|
11년 전 | 704 | |
| 6694 | 11년 전 | 1160 | ||
| 6693 |
|
11년 전 | 1103 | |
| 6692 | 11년 전 | 1139 | ||
| 6691 | 11년 전 | 1286 | ||
| 6690 |
|
11년 전 | 711 | |
| 6689 | 11년 전 | 895 | ||
| 6688 | 11년 전 | 928 | ||
| 6687 | 11년 전 | 530 | ||
| 6686 |
RGB255
|
11년 전 | 962 | |
| 6685 |
|
11년 전 | 639 | |
| 6684 | 11년 전 | 716 | ||
| 6683 | 11년 전 | 382 | ||
| 6682 | 11년 전 | 1124 | ||
| 6681 | 11년 전 | 1407 | ||
| 6680 | 11년 전 | 433 | ||
| 6679 |
RGB255
|
11년 전 | 379 | |
| 6678 | 11년 전 | 1342 | ||
| 6677 |
|
11년 전 | 426 | |
| 6676 | 11년 전 | 1011 | ||
| 6675 |
디자이너필이
|
11년 전 | 822 | |
| 6674 | 11년 전 | 1241 | ||
| 6673 | 11년 전 | 1311 | ||
| 6672 | 11년 전 | 6019 | ||
| 6671 | 11년 전 | 1331 | ||
| 6670 |
하프의정령
|
11년 전 | 562 | |
| 6669 | 11년 전 | 411 | ||
| 6668 |
공부하고가겠슴다
|
11년 전 | 440 | |
| 6667 |
하프의정령
|
11년 전 | 543 | |
| 6666 | 11년 전 | 785 | ||
| 6665 | 11년 전 | 1409 | ||
| 6664 | 11년 전 | 913 | ||
| 6663 | 11년 전 | 1138 | ||
| 6662 | 11년 전 | 406 | ||
| 6661 |
basketball
|
11년 전 | 506 | |
| 6660 | 11년 전 | 2504 | ||
| 6659 | 11년 전 | 1601 | ||
| 6658 |
|
11년 전 | 1316 | |
| 6657 |
|
11년 전 | 3149 | |
| 6656 | 11년 전 | 560 | ||
| 6655 |
프로프리랜서
|
11년 전 | 2332 | |
| 6654 |
프로프리랜서
|
11년 전 | 1904 | |
| 6653 |
프로프리랜서
|
11년 전 | 1745 | |
| 6652 |
프로프리랜서
|
11년 전 | 1819 | |
| 6651 |
|
11년 전 | 773 | |
| 6650 | 11년 전 | 1314 | ||
| 6649 | 11년 전 | 1313 | ||
| 6648 | 11년 전 | 808 | ||
| 6647 | 11년 전 | 3155 | ||
| 6646 | 11년 전 | 457 | ||
| 6645 | 11년 전 | 962 | ||
| 6644 |
BBAYOUNG
|
11년 전 | 1363 | |
| 6643 | 11년 전 | 1782 | ||
| 6642 | 11년 전 | 633 | ||
| 6641 | 11년 전 | 1330 | ||
| 6640 | 11년 전 | 700 | ||
| 6639 | 11년 전 | 2316 | ||
| 6638 |
jasmin2
|
12년 전 | 741 | |
| 6637 |
geektoo
|
12년 전 | 439 | |
| 6636 | 12년 전 | 653 | ||
| 6635 |
프로프리랜서
|
12년 전 | 2224 | |
| 6634 |
프로프리랜서
|
12년 전 | 1738 | |
| 6633 |
프로프리랜서
|
12년 전 | 4056 | |
| 6632 |
프로프리랜서
|
12년 전 | 1345 | |
| 6631 |
프로프리랜서
|
12년 전 | 1779 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기