심플한 드롭다운 레이어 메뉴 (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개
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7730 | 10년 전 | 1274 | ||
| 7729 | 10년 전 | 1085 | ||
| 7728 |
잘살아보자
|
10년 전 | 552 | |
| 7727 |
잘살아보자
|
10년 전 | 457 | |
| 7726 |
잘살아보자
|
10년 전 | 792 | |
| 7725 |
잘살아보자
|
10년 전 | 518 | |
| 7724 |
잘살아보자
|
10년 전 | 428 | |
| 7723 |
잘살아보자
|
10년 전 | 497 | |
| 7722 |
잘살아보자
|
10년 전 | 429 | |
| 7721 |
잘살아보자
|
10년 전 | 469 | |
| 7720 |
잘살아보자
|
10년 전 | 409 | |
| 7719 |
비긴어게인
|
10년 전 | 651 | |
| 7718 |
|
10년 전 | 2498 | |
| 7717 |
잘살아보자
|
10년 전 | 627 | |
| 7716 |
잘살아보자
|
10년 전 | 367 | |
| 7715 |
잘살아보자
|
10년 전 | 407 | |
| 7714 |
잘살아보자
|
10년 전 | 442 | |
| 7713 | 10년 전 | 1745 | ||
| 7712 | 10년 전 | 1676 | ||
| 7711 | 10년 전 | 1067 | ||
| 7710 | 10년 전 | 1345 | ||
| 7709 | 10년 전 | 1481 | ||
| 7708 | 10년 전 | 1434 | ||
| 7707 | 10년 전 | 819 | ||
| 7706 |
별지기천사
|
10년 전 | 548 | |
| 7705 | 10년 전 | 1044 | ||
| 7704 |
ICONdesignstudio
|
10년 전 | 586 | |
| 7703 | 10년 전 | 548 | ||
| 7702 |
|
10년 전 | 685 | |
| 7701 | 10년 전 | 1379 | ||
| 7700 | 10년 전 | 1078 | ||
| 7699 | 10년 전 | 562 | ||
| 7698 | 10년 전 | 1107 | ||
| 7697 | 10년 전 | 5116 | ||
| 7696 | 10년 전 | 607 | ||
| 7695 | 10년 전 | 1651 | ||
| 7694 | 10년 전 | 1018 | ||
| 7693 | 10년 전 | 1513 | ||
| 7692 | 10년 전 | 1251 | ||
| 7691 | 10년 전 | 782 | ||
| 7690 | 10년 전 | 1360 | ||
| 7689 | 10년 전 | 978 | ||
| 7688 | 10년 전 | 553 | ||
| 7687 |
파랑새1597
|
10년 전 | 554 | |
| 7686 | 10년 전 | 803 | ||
| 7685 | 10년 전 | 1319 | ||
| 7684 | 10년 전 | 771 | ||
| 7683 | 10년 전 | 1018 | ||
| 7682 | 10년 전 | 895 | ||
| 7681 | 10년 전 | 618 | ||
| 7680 | 10년 전 | 955 | ||
| 7679 | 10년 전 | 452 | ||
| 7678 | 10년 전 | 693 | ||
| 7677 | 10년 전 | 597 | ||
| 7676 |
|
10년 전 | 915 | |
| 7675 |
|
10년 전 | 1116 | |
| 7674 | 10년 전 | 1028 | ||
| 7673 | 10년 전 | 725 | ||
| 7672 | 10년 전 | 1052 | ||
| 7671 | 10년 전 | 849 | ||
| 7670 | 10년 전 | 602 | ||
| 7669 |
mashmellow
|
10년 전 | 1201 | |
| 7668 | 10년 전 | 679 | ||
| 7667 | 10년 전 | 959 | ||
| 7666 |
senseme
|
10년 전 | 624 | |
| 7665 | 10년 전 | 478 | ||
| 7664 | 10년 전 | 1869 | ||
| 7663 |
mixx애교
|
10년 전 | 953 | |
| 7662 | 10년 전 | 980 | ||
| 7661 |
hkhkah
|
10년 전 | 753 | |
| 7660 | 10년 전 | 1039 | ||
| 7659 |
커네드커네드
|
10년 전 | 909 | |
| 7658 |
바람돌이팡
|
10년 전 | 636 | |
| 7657 | 10년 전 | 1130 | ||
| 7656 | 10년 전 | 1544 | ||
| 7655 | 10년 전 | 954 | ||
| 7654 |
개발짜증나
|
10년 전 | 832 | |
| 7653 |
네이비칼라
|
10년 전 | 864 | |
| 7652 |
밥먹고합시다
|
10년 전 | 783 | |
| 7651 |
플라이SINJI
|
10년 전 | 1485 | |
| 7650 |
개발짜증나
|
10년 전 | 1377 | |
| 7649 | 10년 전 | 431 | ||
| 7648 |
이미영ㅇㅇ
|
10년 전 | 835 | |
| 7647 | 10년 전 | 408 | ||
| 7646 | 10년 전 | 773 | ||
| 7645 | 10년 전 | 2272 | ||
| 7644 | 10년 전 | 794 | ||
| 7643 |
|
10년 전 | 2836 | |
| 7642 | 10년 전 | 1488 | ||
| 7641 | 10년 전 | 1108 | ||
| 7640 |
개발짜증나
|
10년 전 | 452 | |
| 7639 |
|
10년 전 | 787 | |
| 7638 |
개발짜증나
|
10년 전 | 1091 | |
| 7637 | 10년 전 | 1512 | ||
| 7636 | 10년 전 | 2881 | ||
| 7635 | 10년 전 | 1658 | ||
| 7634 | 10년 전 | 1822 | ||
| 7633 | 10년 전 | 2291 | ||
| 7632 | 10년 전 | 3891 | ||
| 7631 |
|
10년 전 | 1504 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기