<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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6930 |
SOFTA
|
11년 전 | 5974 | |
| 6929 |
|
11년 전 | 1588 | |
| 6928 | 11년 전 | 1746 | ||
| 6927 | 11년 전 | 1767 | ||
| 6926 | 11년 전 | 1867 | ||
| 6925 | 11년 전 | 2265 | ||
| 6924 | 11년 전 | 3861 | ||
| 6923 | 11년 전 | 2256 | ||
| 6922 |
level999
|
11년 전 | 1022 | |
| 6921 | 11년 전 | 806 | ||
| 6920 | 11년 전 | 943 | ||
| 6919 | 11년 전 | 1051 | ||
| 6918 | 11년 전 | 1309 | ||
| 6917 | 11년 전 | 15425 | ||
| 6916 | 11년 전 | 1423 | ||
| 6915 | 11년 전 | 570 | ||
| 6914 | 11년 전 | 598 | ||
| 6913 | 11년 전 | 870 | ||
| 6912 | 11년 전 | 3125 | ||
| 6911 |
사랑해요79
|
11년 전 | 958 | |
| 6910 | 11년 전 | 737 | ||
| 6909 | 11년 전 | 775 | ||
| 6908 | 11년 전 | 633 | ||
| 6907 | 11년 전 | 825 | ||
| 6906 | 11년 전 | 1582 | ||
| 6905 | 11년 전 | 557 | ||
| 6904 | 11년 전 | 994 | ||
| 6903 | 11년 전 | 1667 | ||
| 6902 |
2donggalbi
|
11년 전 | 507 | |
| 6901 | 11년 전 | 1378 | ||
| 6900 | 11년 전 | 705 | ||
| 6899 | 11년 전 | 852 | ||
| 6898 |
열라뽕똬이
|
11년 전 | 1301 | |
| 6897 |
this1mg
|
11년 전 | 1588 | |
| 6896 |
sbdossb
|
11년 전 | 563 | |
| 6895 |
봉보로봉봉
|
11년 전 | 1140 | |
| 6894 |
똘똘이스머츠
|
11년 전 | 488 | |
| 6893 |
네이비컬러
|
11년 전 | 3638 | |
| 6892 | 11년 전 | 1068 | ||
| 6891 |
네이비컬러
|
11년 전 | 1310 | |
| 6890 | 11년 전 | 1129 | ||
| 6889 | 11년 전 | 578 | ||
| 6888 | 11년 전 | 711 | ||
| 6887 | 11년 전 | 603 | ||
| 6886 | 11년 전 | 5048 | ||
| 6885 | 11년 전 | 541 | ||
| 6884 |
asfasdfd235
|
11년 전 | 561 | |
| 6883 | 11년 전 | 3023 | ||
| 6882 | 11년 전 | 882 | ||
| 6881 | 11년 전 | 4412 | ||
| 6880 | 11년 전 | 1799 | ||
| 6879 |
퍼블리셔지노군
|
11년 전 | 2611 | |
| 6878 | 11년 전 | 542 | ||
| 6877 | 11년 전 | 561 | ||
| 6876 | 11년 전 | 1440 | ||
| 6875 | 11년 전 | 623 | ||
| 6874 | 11년 전 | 1596 | ||
| 6873 | 11년 전 | 1585 | ||
| 6872 | 11년 전 | 4447 | ||
| 6871 |
Abilityarch
|
11년 전 | 956 | |
| 6870 | 11년 전 | 2117 | ||
| 6869 | 11년 전 | 1400 | ||
| 6868 | 11년 전 | 1433 | ||
| 6867 | 11년 전 | 1516 | ||
| 6866 | 11년 전 | 738 | ||
| 6865 | 11년 전 | 1611 | ||
| 6864 | 11년 전 | 454 | ||
| 6863 | 11년 전 | 3741 | ||
| 6862 | 11년 전 | 1842 | ||
| 6861 | 11년 전 | 1641 | ||
| 6860 | 11년 전 | 1277 | ||
| 6859 |
cityman
|
11년 전 | 6801 | |
| 6858 | 11년 전 | 1251 | ||
| 6857 |
의정부아줌마
|
11년 전 | 852 | |
| 6856 | 11년 전 | 2360 | ||
| 6855 | 11년 전 | 1690 | ||
| 6854 | 11년 전 | 814 | ||
| 6853 | 11년 전 | 1203 | ||
| 6852 | 11년 전 | 2590 | ||
| 6851 | 11년 전 | 1953 | ||
| 6850 | 11년 전 | 1781 | ||
| 6849 | 11년 전 | 2072 | ||
| 6848 | 11년 전 | 2344 | ||
| 6847 | 11년 전 | 3122 | ||
| 6846 | 11년 전 | 2708 | ||
| 6845 | 11년 전 | 2795 | ||
| 6844 | 11년 전 | 3505 | ||
| 6843 | 11년 전 | 3256 | ||
| 6842 |
아트291
|
11년 전 | 683 | |
| 6841 | 11년 전 | 4164 | ||
| 6840 | 11년 전 | 5175 | ||
| 6839 | 11년 전 | 885 | ||
| 6838 |
|
11년 전 | 2091 | |
| 6837 | 11년 전 | 1266 | ||
| 6836 |
netdf
|
11년 전 | 605 | |
| 6835 |
|
11년 전 | 998 | |
| 6834 | 11년 전 | 664 | ||
| 6833 |
|
11년 전 | 2670 | |
| 6832 |
울산굿모닝
|
11년 전 | 1650 | |
| 6831 |
|
11년 전 | 662 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기