[제나플러스] 클릭시 더 많은 메뉴 보이는 효과 > 팁앤테크

본문 바로가기

사이트 내 전체검색

뒤로가기 팁앤테크

[제나플러스] 클릭시 더 많은 메뉴 보이는 효과

본문

<a href="javascript:toggleLayer('commentForm');">전체메뉴</a>

보이고자 하는곳

    <script>
    function toggleLayer(whichLayer) {
    var elem, vis;
    if(document.getElementById) // this is the way the standards work
    elem = document.getElementById(whichLayer);
    else if(document.all) // this is the way old msie versions work
    elem = document.all[whichLayer];
    else if(document.layers) // this is the way nn4 works
    elem = document.layers[whichLayer];
    vis = elem.style;
    // if the style.display value is blank we try to figure it out here
    if(vis.display==''&&elem.offsetWidth!=undefined&&elem.offsetHeight!=undefined)
    vis.display = (elem.offsetWidth!=0&&elem.offsetHeight!=0)?'block':'none';
    vis.display = (vis.display==''||vis.display=='block')?'none':'block';
    }
    </script>
    <style>
    div#commentForm {
    display: none;
    margin: 0px 0px 0px 0px;
    font-size:11px;
    }
    
    </style>
    
    <div id="commentForm">
    <?=zn_speedmap("basic"); // speedmap?>  <<출력을 원하는 메뉴
    </div>
추천0

댓글목록 0

등록된 댓글이 없습니다.

전체 285건 8 페이지
게시물 검색
Copyright (c) 株式会社YHPLUS. All rights reserved.

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒171-0014 東京都豊島区池袋2-41-5 アーバン154 8F
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

PC 버전으로 보기