위토즈 - 개발자프로그램판매공간

정보공유

[JQUERY] 메뉴 슬라이드 다운

 

 

 

<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>

 

<style>

.hd-menu > li{position:relative}

.hd-menu-sub-wrap{position:absolute;display:none;z-index:9999;left:0;top:100%;width:100%;}

.hd-menu-sub{background:#c0bebe;list-style:none;padding:0;margin:0;border-top: 3px solid #999999;}

.hd-menu-sub > li{padding:0;line-height:25px;margin:0;border-bottom:1px solid #f3f3f3}

.hd-menu-sub > li:last-child {border-bottom:none}

.hd-menu-sub > li a{font-family:'Nanum Gothic';font-size:12px;margin:0;padding:0;display:block;text-align:center;padding: 6px 12px;line-height: 20px;transition: all 0.25s ease-in-out;}

.hd-menu-sub > li a:hover {color: #fff;font-weight: 600;text-decoration: none;    background: #999999 !important;}

 

.in-main-menu {}

.in-main-menu > ul {list-style:none;padding:0;margin-bottom:0;width:770px;height:100%;}

.in-main-menu > ul:after {display:block;visibility:hidden;clear:both;content:""}

.in-main-menu > ul > li {float: left;width:110px;height:100%;}

.in-main-menu > ul > li > a {display:block;text-align:center;padding:0 0px 40px;color:#821143;height:40px;overflow:hidden;font-family:'Nanum Gothic'; font-size:14px;white-space: nowrap;transition: all 0.25s ease-in-out;}

.in-main-menu > ul > li > a .menu-span {display: inline-block;padding: 7px 8px;line-height: 20px;}

.in-main-menu > ul > li > a:hover .menu-span {background: rgba(0,0,0,0.05);border-radius: 4px;transition: all 0.25s ease-in-out;}

 

</style>

 

<div class="in-main-menu">

<ul class="hd-menu">

    <li>

        <a href="#" target="_self" class=""><span class="menu-span">메뉴1</span></a>

        <div class="hd-menu-sub-wrap">

            <ul class="hd-menu-sub">

                <li><a href="#" target="_self">메뉴1-1</a></li>

                <li><a href="#" target="_self">메뉴1-2</a></li>

            </ul>

        </div>

    </li>

    <li>

        <a href="#" target="_self" class=""><span class="menu-span">메뉴2</span></a>

        <div class="hd-menu-sub-wrap">

            <ul class="hd-menu-sub">

                <li><a href="#" target="_self">메뉴2-1</a></li>

                <li><a href="#" target="_self">메뉴2-2</a></li>

            </ul>

        </div>

    </li>

    <li>

        <a href="#" target="_self" class=""><span class="menu-span">메뉴3</span></a>

        <div class="hd-menu-sub-wrap">

            <ul class="hd-menu-sub">

                <li><a href="#" target="_self">메뉴3-1</a></li>

                <li><a href="#" target="_self">메뉴3-2</a></li>

            </ul>

        </div>

    </li>

</ul>

</div>


 

<script type="text/javascript">

<!--

var check_width = $( window ).width();

$(function(){

    

    $( window ).resize(function() {

        check_width = $( window ).width();

    });

 

    $('.hd-menu li').hover(function(){

        if (check_width > 768) {

            $('.hd-menu-sub-wrap',this).slideDown(300, 'swing');

        }

    }, function(){

        $('.hd-menu-sub-wrap',this).slideUp(100, 'swing');

    });  

 

});

//-->

</script>


정보공유
Total 50건 2 페이지
번호 제목 글쓴이 날짜 조회
35 설문응답 유효성 검사 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-13 11912
34 모두 선택 체크박스 가 한페이지에 2개이상있을경우 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 02-20 17267
33 복잡한 rowspan 처리 쉽게 처리하는 방법 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-22 21775
32 확장성있는 글깜빡임 처리 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-29 23606
31 유투브 영상 바로실행하고 영상위에 텍스트 올려서 링크 걸기. 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-01 33582
열람중 메뉴 슬라이드 다운 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-01 36657
29 갤러리 슬라이더 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 01-10 25743
28 원하는 영역 프린트 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 11-08 29307
27 jquery.validate 다중옵션 입력 체크 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10-18 28158
26 jquery 슬라이드 배너 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-27 37478
25 사이드 메뉴 슬라이드 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-12 26101
24 vertical 메뉴 슬라이드 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 09-12 25605
23 단어가 다음행으로 떨어질때 단어가 잘리지 않게 처리 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-31 38869
22 jquery 심플 챠트 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 08-31 42093
21 ajax 로 불러오는 html 에 hover 처리를 해야할경우 위토즈쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 05-31 29908