심플한 드롭다운 레이어 메뉴 (2단계 메뉴 구성)
심플한 드롭다운 레이어 메뉴입니다.
(2단계 메뉴 구성)
(예제)
----------------------------- 소스 시작 ---------------------------
<html>
<head>
<title>http://www.jioponti.co.kr</title>
<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>
----------------------------- 소스 끝 ---------------------------
댓글 2개
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1130 | 18년 전 | 2462 | ||
| 1129 | 18년 전 | 2445 | ||
| 1128 | 18년 전 | 2318 | ||
| 1127 | 18년 전 | 2551 | ||
| 1126 |
|
18년 전 | 3846 | |
| 1125 | 18년 전 | 3648 | ||
| 1124 |
|
18년 전 | 2080 | |
| 1123 | 18년 전 | 2016 | ||
| 1122 | 18년 전 | 1552 | ||
| 1121 | 18년 전 | 3881 | ||
| 1120 | 18년 전 | 5891 | ||
| 1119 | 18년 전 | 6977 | ||
| 1118 | 18년 전 | 2462 | ||
| 1117 |
BEST79
|
18년 전 | 2706 | |
| 1116 | 18년 전 | 4174 | ||
| 1115 | 18년 전 | 2172 | ||
| 1114 |
|
18년 전 | 3624 | |
| 1113 | 18년 전 | 2869 | ||
| 1112 | 18년 전 | 2724 | ||
| 1111 | 18년 전 | 2191 | ||
| 1110 | 18년 전 | 2459 | ||
| 1109 | 18년 전 | 2590 | ||
| 1108 | 18년 전 | 3082 | ||
| 1107 | 18년 전 | 3725 | ||
| 1106 | 18년 전 | 3265 | ||
| 1105 | 18년 전 | 2771 | ||
| 1104 |
|
18년 전 | 2267 | |
| 1103 | 18년 전 | 2933 | ||
| 1102 | 18년 전 | 3021 | ||
| 1101 | 18년 전 | 2534 | ||
| 1100 | 18년 전 | 2297 | ||
| 1099 | 18년 전 | 3323 | ||
| 1098 | 18년 전 | 4844 | ||
| 1097 | 18년 전 | 5070 | ||
| 1096 | 18년 전 | 2290 | ||
| 1095 | 18년 전 | 2184 | ||
| 1094 | 18년 전 | 4995 | ||
| 1093 | 18년 전 | 8952 | ||
| 1092 | 18년 전 | 2037 | ||
| 1091 |
DeepnBlue
|
18년 전 | 4916 | |
| 1090 |
|
18년 전 | 4362 | |
| 1089 |
도날드주주
|
18년 전 | 2602 | |
| 1088 |
|
18년 전 | 4957 | |
| 1087 | 18년 전 | 2783 | ||
| 1086 | 18년 전 | 3666 | ||
| 1085 | 18년 전 | 2615 | ||
| 1084 | 18년 전 | 3427 | ||
| 1083 | 18년 전 | 1938 | ||
| 1082 | 18년 전 | 5370 | ||
| 1081 | 18년 전 | 1684 | ||
| 1080 | 18년 전 | 6048 | ||
| 1079 |
|
18년 전 | 2871 | |
| 1078 | 18년 전 | 6032 | ||
| 1077 |
|
18년 전 | 6834 | |
| 1076 | 18년 전 | 3725 | ||
| 1075 | 18년 전 | 2204 | ||
| 1074 |
hwatta
|
18년 전 | 2095 | |
| 1073 | 18년 전 | 6894 | ||
| 1072 | 18년 전 | 2390 | ||
| 1071 | 18년 전 | 3947 | ||
| 1070 |
|
18년 전 | 5341 | |
| 1069 | 18년 전 | 2689 | ||
| 1068 | 18년 전 | 1736 | ||
| 1067 | 18년 전 | 1568 | ||
| 1066 | 18년 전 | 1516 | ||
| 1065 | 18년 전 | 1798 | ||
| 1064 | 18년 전 | 1790 | ||
| 1063 | 18년 전 | 1779 | ||
| 1062 | 18년 전 | 1714 | ||
| 1061 | 18년 전 | 2502 | ||
| 1060 | 18년 전 | 2303 | ||
| 1059 | 18년 전 | 3461 | ||
| 1058 | 18년 전 | 2588 | ||
| 1057 | 18년 전 | 2573 | ||
| 1056 | 18년 전 | 3408 | ||
| 1055 | 18년 전 | 4620 | ||
| 1054 | 18년 전 | 2959 | ||
| 1053 | 18년 전 | 2797 | ||
| 1052 | 18년 전 | 3344 | ||
| 1051 | 18년 전 | 6276 | ||
| 1050 | 18년 전 | 2178 | ||
| 1049 | 18년 전 | 1986 | ||
| 1048 | 18년 전 | 1937 | ||
| 1047 | 18년 전 | 2002 | ||
| 1046 | 18년 전 | 3189 | ||
| 1045 | 18년 전 | 2261 | ||
| 1044 | 18년 전 | 1948 | ||
| 1043 | 18년 전 | 1616 | ||
| 1042 | 18년 전 | 2077 | ||
| 1041 | 18년 전 | 3357 | ||
| 1040 | 18년 전 | 3226 | ||
| 1039 | 18년 전 | 1913 | ||
| 1038 | 18년 전 | 1482 | ||
| 1037 | 18년 전 | 3180 | ||
| 1036 | 18년 전 | 2055 | ||
| 1035 | 18년 전 | 1613 | ||
| 1034 | 18년 전 | 2837 | ||
| 1033 | 18년 전 | 1966 | ||
| 1032 | 18년 전 | 1840 | ||
| 1031 | 18년 전 | 1810 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기