심플한 드롭다운 레이어 메뉴 (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개
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7230 | 11년 전 | 3631 | ||
| 7229 | 11년 전 | 3754 | ||
| 7228 | 11년 전 | 3793 | ||
| 7227 | 11년 전 | 3916 | ||
| 7226 | 11년 전 | 2367 | ||
| 7225 | 11년 전 | 17459 | ||
| 7224 |
AngryDev
|
11년 전 | 1363 | |
| 7223 |
돌아온깡통
|
11년 전 | 1111 | |
| 7222 |
돌아온깡통
|
11년 전 | 1054 | |
| 7221 |
돌아온깡통
|
11년 전 | 887 | |
| 7220 |
돌아온깡통
|
11년 전 | 1008 | |
| 7219 |
돌아온깡통
|
11년 전 | 838 | |
| 7218 |
돌아온깡통
|
11년 전 | 669 | |
| 7217 |
돌아온깡통
|
11년 전 | 1058 | |
| 7216 |
돌아온깡통
|
11년 전 | 796 | |
| 7215 |
돌아온깡통
|
11년 전 | 715 | |
| 7214 |
돌아온깡통
|
11년 전 | 1065 | |
| 7213 |
돌아온깡통
|
11년 전 | 935 | |
| 7212 |
돌아온깡통
|
11년 전 | 721 | |
| 7211 |
돌아온깡통
|
11년 전 | 875 | |
| 7210 |
돌아온깡통
|
11년 전 | 902 | |
| 7209 |
돌아온깡통
|
11년 전 | 894 | |
| 7208 |
돌아온깡통
|
11년 전 | 1011 | |
| 7207 |
돌아온깡통
|
11년 전 | 626 | |
| 7206 |
돌아온깡통
|
11년 전 | 687 | |
| 7205 |
돌아온깡통
|
11년 전 | 873 | |
| 7204 |
돌아온깡통
|
11년 전 | 736 | |
| 7203 |
돌아온깡통
|
11년 전 | 748 | |
| 7202 |
돌아온깡통
|
11년 전 | 723 | |
| 7201 |
돌아온깡통
|
11년 전 | 676 | |
| 7200 |
돌아온깡통
|
11년 전 | 710 | |
| 7199 |
돌아온깡통
|
11년 전 | 1325 | |
| 7198 |
돌아온깡통
|
11년 전 | 660 | |
| 7197 |
돌아온깡통
|
11년 전 | 976 | |
| 7196 |
돌아온깡통
|
11년 전 | 882 | |
| 7195 |
돌아온깡통
|
11년 전 | 617 | |
| 7194 |
돌아온깡통
|
11년 전 | 648 | |
| 7193 |
돌아온깡통
|
11년 전 | 711 | |
| 7192 |
돌아온깡통
|
11년 전 | 746 | |
| 7191 |
joe031
|
11년 전 | 1275 | |
| 7190 | 11년 전 | 4161 | ||
| 7189 | 11년 전 | 1253 | ||
| 7188 |
잘살아보자
|
11년 전 | 968 | |
| 7187 | 11년 전 | 1448 | ||
| 7186 |
kiplayer
|
11년 전 | 7555 | |
| 7185 | 11년 전 | 1144 | ||
| 7184 |
잘살아보자
|
11년 전 | 2343 | |
| 7183 |
잘살아보자
|
11년 전 | 1154 | |
| 7182 |
잘살아보자
|
11년 전 | 1223 | |
| 7181 | 11년 전 | 1492 | ||
| 7180 |
하얀비요일
|
11년 전 | 991 | |
| 7179 |
잘살아보자
|
11년 전 | 994 | |
| 7178 | 11년 전 | 987 | ||
| 7177 | 11년 전 | 1009 | ||
| 7176 | 11년 전 | 1667 | ||
| 7175 |
|
11년 전 | 1050 | |
| 7174 |
kiplayer
|
11년 전 | 1180 | |
| 7173 | 11년 전 | 961 | ||
| 7172 |
잘살아보자
|
11년 전 | 4644 | |
| 7171 |
잘살아보자
|
11년 전 | 712 | |
| 7170 | 11년 전 | 1077 | ||
| 7169 |
초심의설렘
|
11년 전 | 1475 | |
| 7168 | 11년 전 | 1009 | ||
| 7167 |
잘살아보자
|
11년 전 | 5290 | |
| 7166 |
잘살아보자
|
11년 전 | 3440 | |
| 7165 | 11년 전 | 4961 | ||
| 7164 | 11년 전 | 837 | ||
| 7163 | 11년 전 | 1211 | ||
| 7162 |
울라라라우
|
11년 전 | 1391 | |
| 7161 | 11년 전 | 1263 | ||
| 7160 |
skyler
|
11년 전 | 1191 | |
| 7159 |
|
11년 전 | 711 | |
| 7158 |
|
11년 전 | 3359 | |
| 7157 |
잘살아보자
|
11년 전 | 2895 | |
| 7156 |
잘살아보자
|
11년 전 | 2228 | |
| 7155 |
잘살아보자
|
11년 전 | 1458 | |
| 7154 |
잘살아보자
|
11년 전 | 1451 | |
| 7153 | 11년 전 | 2900 | ||
| 7152 |
울라라라우
|
11년 전 | 832 | |
| 7151 | 11년 전 | 1066 | ||
| 7150 |
잘살아보자
|
11년 전 | 2388 | |
| 7149 |
잘살아보자
|
11년 전 | 3298 | |
| 7148 |
잘살아보자
|
11년 전 | 1196 | |
| 7147 |
잘살아보자
|
11년 전 | 765 | |
| 7146 |
잘살아보자
|
11년 전 | 1410 | |
| 7145 |
잘살아보자
|
11년 전 | 724 | |
| 7144 |
잘살아보자
|
11년 전 | 1316 | |
| 7143 |
잘살아보자
|
11년 전 | 764 | |
| 7142 |
잘살아보자
|
11년 전 | 1456 | |
| 7141 |
잘살아보자
|
11년 전 | 1200 | |
| 7140 |
잘살아보자
|
11년 전 | 2020 | |
| 7139 |
잘살아보자
|
11년 전 | 3684 | |
| 7138 |
잘살아보자
|
11년 전 | 3180 | |
| 7137 |
잘살아보자
|
11년 전 | 3633 | |
| 7136 |
잘살아보자
|
11년 전 | 1389 | |
| 7135 |
gooroo
|
11년 전 | 1617 | |
| 7134 |
열라뽕똬이
|
11년 전 | 2324 | |
| 7133 |
|
11년 전 | 1024 | |
| 7132 | 11년 전 | 1434 | ||
| 7131 | 11년 전 | 3579 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기