<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7030 | 11년 전 | 1402 | ||
| 7029 |
|
11년 전 | 3238 | |
| 7028 |
|
11년 전 | 1133 | |
| 7027 | 11년 전 | 1001 | ||
| 7026 | 11년 전 | 2079 | ||
| 7025 |
어려워요잉
|
11년 전 | 2735 | |
| 7024 | 11년 전 | 2101 | ||
| 7023 | 11년 전 | 3130 | ||
| 7022 |
Shhhh
|
11년 전 | 1522 | |
| 7021 |
|
11년 전 | 3267 | |
| 7020 | 11년 전 | 784 | ||
| 7019 |
막돼먹은영애
|
11년 전 | 1079 | |
| 7018 | 11년 전 | 1953 | ||
| 7017 | 11년 전 | 2311 | ||
| 7016 | 11년 전 | 1018 | ||
| 7015 | 11년 전 | 2824 | ||
| 7014 | 11년 전 | 3027 | ||
| 7013 | 11년 전 | 1516 | ||
| 7012 |
|
11년 전 | 2190 | |
| 7011 | 11년 전 | 1048 | ||
| 7010 | 11년 전 | 1399 | ||
| 7009 |
|
11년 전 | 1070 | |
| 7008 | 11년 전 | 2261 | ||
| 7007 | 11년 전 | 2177 | ||
| 7006 |
|
11년 전 | 1166 | |
| 7005 | 11년 전 | 5302 | ||
| 7004 | 11년 전 | 2351 | ||
| 7003 | 11년 전 | 3063 | ||
| 7002 | 11년 전 | 1913 | ||
| 7001 | 11년 전 | 948 | ||
| 7000 | 11년 전 | 2033 | ||
| 6999 |
|
11년 전 | 2157 | |
| 6998 | 11년 전 | 1876 | ||
| 6997 |
네이비칼라
|
11년 전 | 1489 | |
| 6996 | 11년 전 | 948 | ||
| 6995 |
|
11년 전 | 1847 | |
| 6994 | 11년 전 | 2572 | ||
| 6993 |
kimsdesign
|
11년 전 | 1295 | |
| 6992 |
|
11년 전 | 2772 | |
| 6991 | 11년 전 | 1716 | ||
| 6990 | 11년 전 | 4470 | ||
| 6989 | 11년 전 | 1848 | ||
| 6988 |
네이비컬러
|
11년 전 | 2504 | |
| 6987 | 11년 전 | 3717 | ||
| 6986 |
잘살아보자
|
11년 전 | 1591 | |
| 6985 |
잘살아보자
|
11년 전 | 2464 | |
| 6984 | 11년 전 | 816 | ||
| 6983 |
천재조상훈
|
11년 전 | 1849 | |
| 6982 |
천재조상훈
|
11년 전 | 4481 | |
| 6981 |
천재조상훈
|
11년 전 | 1605 | |
| 6980 |
|
11년 전 | 1864 | |
| 6979 |
|
11년 전 | 744 | |
| 6978 |
잘살아보자
|
11년 전 | 1135 | |
| 6977 |
잘살아보자
|
11년 전 | 1463 | |
| 6976 |
잘살아보자
|
11년 전 | 1567 | |
| 6975 |
천재조상훈
|
11년 전 | 1475 | |
| 6974 |
잘살아보자
|
11년 전 | 2229 | |
| 6973 |
잘살아보자
|
11년 전 | 1153 | |
| 6972 |
잘살아보자
|
11년 전 | 3065 | |
| 6971 |
잘살아보자
|
11년 전 | 3271 | |
| 6970 |
잘살아보자
|
11년 전 | 1830 | |
| 6969 |
잘살아보자
|
11년 전 | 4752 | |
| 6968 | 11년 전 | 9890 | ||
| 6967 |
|
11년 전 | 2627 | |
| 6966 |
|
11년 전 | 1109 | |
| 6965 | 11년 전 | 3254 | ||
| 6964 | 11년 전 | 2573 | ||
| 6963 | 11년 전 | 2100 | ||
| 6962 |
star3840
|
11년 전 | 1011 | |
| 6961 | 11년 전 | 4238 | ||
| 6960 |
|
11년 전 | 704 | |
| 6959 | 11년 전 | 1229 | ||
| 6958 |
|
11년 전 | 1662 | |
| 6957 | 11년 전 | 1886 | ||
| 6956 |
잘살아보자
|
11년 전 | 1849 | |
| 6955 | 11년 전 | 4620 | ||
| 6954 | 11년 전 | 1617 | ||
| 6953 |
잘살아보자
|
11년 전 | 856 | |
| 6952 |
잘살아보자
|
11년 전 | 2038 | |
| 6951 | 11년 전 | 1602 | ||
| 6950 | 11년 전 | 2605 | ||
| 6949 |
잘살아보자
|
11년 전 | 880 | |
| 6948 | 11년 전 | 1551 | ||
| 6947 | 11년 전 | 1460 | ||
| 6946 | 11년 전 | 1597 | ||
| 6945 | 11년 전 | 1226 | ||
| 6944 | 11년 전 | 1181 | ||
| 6943 | 11년 전 | 1226 | ||
| 6942 | 11년 전 | 1568 | ||
| 6941 | 11년 전 | 1653 | ||
| 6940 | 11년 전 | 1747 | ||
| 6939 | 11년 전 | 1660 | ||
| 6938 | 11년 전 | 1936 | ||
| 6937 | 11년 전 | 1145 | ||
| 6936 | 11년 전 | 1345 | ||
| 6935 | 11년 전 | 1295 | ||
| 6934 | 11년 전 | 1463 | ||
| 6933 | 11년 전 | 1968 | ||
| 6932 | 11년 전 | 1529 | ||
| 6931 | 11년 전 | 1531 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기