심플한 드롭다운 레이어 메뉴 (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개
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1630 | 17년 전 | 2370 | ||
| 1629 | 17년 전 | 2838 | ||
| 1628 |
인스웨이브시스템즈
|
17년 전 | 4615 | |
| 1627 | 17년 전 | 2679 | ||
| 1626 |
silence
|
17년 전 | 1875 | |
| 1625 |
|
18년 전 | 3318 | |
| 1624 | 18년 전 | 3138 | ||
| 1623 | 18년 전 | 3863 | ||
| 1622 | 18년 전 | 2172 | ||
| 1621 | 18년 전 | 2353 | ||
| 1620 | 18년 전 | 10015 | ||
| 1619 | 18년 전 | 3503 | ||
| 1618 | 18년 전 | 3305 | ||
| 1617 | 18년 전 | 3190 | ||
| 1616 |
|
18년 전 | 2803 | |
| 1615 | 18년 전 | 4165 | ||
| 1614 |
에스카르고
|
18년 전 | 5506 | |
| 1613 | 18년 전 | 3742 | ||
| 1612 | 18년 전 | 3184 | ||
| 1611 | 18년 전 | 3607 | ||
| 1610 |
DHenny
|
18년 전 | 2264 | |
| 1609 | 18년 전 | 2688 | ||
| 1608 |
|
18년 전 | 3919 | |
| 1607 | 18년 전 | 2847 | ||
| 1606 |
|
18년 전 | 4363 | |
| 1605 | 18년 전 | 2081 | ||
| 1604 |
|
18년 전 | 2522 | |
| 1603 |
|
18년 전 | 2417 | |
| 1602 |
|
18년 전 | 3772 | |
| 1601 |
|
18년 전 | 3839 | |
| 1600 | 18년 전 | 2577 | ||
| 1599 | 18년 전 | 2645 | ||
| 1598 | 18년 전 | 2979 | ||
| 1597 |
|
18년 전 | 2803 | |
| 1596 |
|
18년 전 | 2012 | |
| 1595 |
|
18년 전 | 2183 | |
| 1594 | 18년 전 | 4835 | ||
| 1593 | 18년 전 | 4178 | ||
| 1592 | 18년 전 | 2804 | ||
| 1591 | 18년 전 | 2360 | ||
| 1590 | 18년 전 | 2867 | ||
| 1589 | 18년 전 | 2341 | ||
| 1588 |
|
18년 전 | 3504 | |
| 1587 | 18년 전 | 2172 | ||
| 1586 | 18년 전 | 1967 | ||
| 1585 | 18년 전 | 1823 | ||
| 1584 | 18년 전 | 1643 | ||
| 1583 | 18년 전 | 3239 | ||
| 1582 | 18년 전 | 4560 | ||
| 1581 | 18년 전 | 4841 | ||
| 1580 |
|
18년 전 | 2130 | |
| 1579 | 18년 전 | 3579 | ||
| 1578 | 18년 전 | 3305 | ||
| 1577 | 18년 전 | 4597 | ||
| 1576 | 18년 전 | 3239 | ||
| 1575 | 18년 전 | 4240 | ||
| 1574 |
개발전문가
|
18년 전 | 3922 | |
| 1573 |
mixdesign
|
18년 전 | 3621 | |
| 1572 |
mixdesign
|
18년 전 | 3017 | |
| 1571 |
mixdesign
|
18년 전 | 2908 | |
| 1570 | 18년 전 | 3482 | ||
| 1569 |
mixdesign
|
18년 전 | 2137 | |
| 1568 |
mixdesign
|
18년 전 | 2099 | |
| 1567 | 18년 전 | 5503 | ||
| 1566 |
mixdesign
|
18년 전 | 2677 | |
| 1565 |
mixdesign
|
18년 전 | 2428 | |
| 1564 | 18년 전 | 2738 | ||
| 1563 | 18년 전 | 2073 | ||
| 1562 | 18년 전 | 3069 | ||
| 1561 | 18년 전 | 10029 | ||
| 1560 |
행복속네잎크로버
|
18년 전 | 1920 | |
| 1559 | 18년 전 | 2834 | ||
| 1558 |
1111111
|
18년 전 | 2871 | |
| 1557 |
1111111
|
18년 전 | 2126 | |
| 1556 |
1111111
|
18년 전 | 2969 | |
| 1555 |
1111111
|
18년 전 | 3974 | |
| 1554 |
1111111
|
18년 전 | 2921 | |
| 1553 |
1111111
|
18년 전 | 2297 | |
| 1552 |
1111111
|
18년 전 | 6015 | |
| 1551 |
1111111
|
18년 전 | 3644 | |
| 1550 |
1111111
|
18년 전 | 6312 | |
| 1549 |
1111111
|
18년 전 | 2410 | |
| 1548 |
1111111
|
18년 전 | 2339 | |
| 1547 |
1111111
|
18년 전 | 2372 | |
| 1546 |
1111111
|
18년 전 | 3314 | |
| 1545 |
1111111
|
18년 전 | 3166 | |
| 1544 |
1111111
|
18년 전 | 1954 | |
| 1543 |
1111111
|
18년 전 | 3686 | |
| 1542 |
1111111
|
18년 전 | 1606 | |
| 1541 |
1111111
|
18년 전 | 1348 | |
| 1540 |
1111111
|
18년 전 | 1369 | |
| 1539 |
1111111
|
18년 전 | 1527 | |
| 1538 |
1111111
|
18년 전 | 1620 | |
| 1537 |
스카이부아
|
18년 전 | 3414 | |
| 1536 |
1111111
|
18년 전 | 2247 | |
| 1535 |
1111111
|
18년 전 | 1705 | |
| 1534 |
1111111
|
18년 전 | 2095 | |
| 1533 |
1111111
|
18년 전 | 4594 | |
| 1532 |
1111111
|
18년 전 | 2326 | |
| 1531 |
1111111
|
18년 전 | 2973 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기