[G5] scroll 상단으로 / 가운데로 / 하단으로 이동하기 > 기술자료 | 해피정닷컴

[G5] scroll 상단으로 / 가운데로 / 하단으로 이동하기 > 기술자료

본문 바로가기

사이트 내 전체검색

[G5] scroll 상단으로 / 가운데로 / 하단으로 이동하기 > 기술자료

그누보드 [G5] scroll 상단으로 / 가운데로 / 하단으로 이동하기

페이지 정보


첨부파일

본문

그누보드 sir 사이트의 우측 하단의 top / center / bottom 버튼 사용하기


1. 첨부 이미지를 그누보드 / img 폴더에 업로드



2. theme / basic / tail.php 내용에서

    <button type="button" id="top_btn"><i class="fa fa-arrow-up" aria-hidden="true"></i><span class="sound_only">상단으로</span></button>
        <script>
        
        $(function() {
            $("#top_btn").on("click", function() {
                $("html, body").animate({scrollTop:0}, '500');
                return false;
            });
        });
        </script>

를 아래의 것으로 변경

    <!--script src="//code.jquery.com/jquery-1.12.4.min.js"></script-->
    <style>
    /*top_btn2*/
    #top_btn2{position:fixed;bottom:170px;left:0px;width:100%;_position:absolute;z-index:999; font-size:20px;}
    #top_btn2 .top_btn_wp{width:1050px;margin:0 auto;position:relative}
    #top_btn2 .top_btn_wp a{position:absolute;display:inline-block}
    #top_btn2 .top_btn_wp a.scroll-top{width:16px;height:18px;top:0;right:-70px;background:url('<?php echo G5_IMG_URL; ?>/top_btn2.png') -12px 0 no-repeat;text-indent:-9999px}
    #top_btn2 .top_btn_wp a.scroll-top:hover{background:url('<?php echo G5_IMG_URL; ?>/top_btn2.png') -12px -27px no-repeat}
    #top_btn2 .top_btn_wp a.scroll-bottom {width:16px;height:18px;top:44px;right:-70px;background:url('<?php echo G5_IMG_URL; ?>/top_btn2.png') -30px -27px no-repeat;text-indent:-9999px}
    #top_btn2 .top_btn_wp a.scroll-bottom:hover {background:url('<?php echo G5_IMG_URL; ?>/top_btn2.png') -30px 0 no-repeat}
    #top_btn2 .top_btn_wp a.scroll-center {width:8px;height:8px;top:27px;right:-66px;background:url('<?php echo G5_IMG_URL; ?>/top_btn2.png') no-repeat;text-indent:-9999px}
    #top_btn2 .top_btn_wp a.scroll-center:hover {background:url('<?php echo G5_IMG_URL; ?>/top_btn2.png') 0 -27px no-repeat}
    </style>
    <div id="top_btn2">
        <div class="top_btn_wp">
            <a href="#" title="상단으로" class="scroll-top">상단으로</a>
            <a href="#" title="가운데로" class="scroll-center">가운데로</a>
            <a href="#" title="하단으로" class="scroll-bottom">하단으로</a>
        </div>
    </div>
    
    <script>
    $(function() {
    
        $("#top_btn2 .scroll-top").on("click", function(e) {
            e.preventDefault();
            $("html, body").animate({scrollTop:0}, '500');
            return false;
        });
        $("#top_btn2 .scroll-center").on("click", function(e) {
            e.preventDefault();
    
            var middle_pos = $("body").offset().top - ( $(window).height() - $("body").outerHeight(true) ) / 2;
    
            $("html, body").animate({scrollTop:middle_pos}, '500');
            return false;
        });
        
        $("#top_btn2 .scroll-bottom").on("click", function(e) {
            e.preventDefault();
            
            var scrollBottom = $("html,body").scrollTop + $("html,body").height();
            
            $("html, body").animate({scrollTop:$(document).height()}, '500');
            return false;
        });
    });
    </script>
 

댓글목록

등록된 댓글이 없습니다.


Total 459건 5 페이지
  • RSS
기술자료 목록
379
그누보드   7728  2018-12-09 12:19 ~ 2020-04-02 02:00  
378
그누보드   8555  2018-11-22 12:13  
377
그누보드   12679  2018-11-09 06:32 ~ 2023-01-13 08:44  
376
그누보드   7707  2018-11-01 18:50 ~ 2019-08-18 16:14  
375
그누보드   8702  2018-10-30 15:47  
374
그누보드   8021  2018-10-22 09:58 ~ 2019-01-18 14:42  
373
그누보드   9718  2018-09-27 23:56 ~ 2022-10-22 17:56  
372
그누보드   8362  2018-09-27 22:01 ~ 2018-09-27 22:40  
371
그누보드   12389  2018-09-22 01:04 ~ 2023-04-13 16:11  
370
그누보드   8116  2018-09-21 19:28  
369
그누보드   9591  2018-09-15 08:08 ~ 2022-04-21 03:02  
368
그누보드   8007  2018-08-30 10:41 ~ 2018-08-30 10:48  
367
그누보드   6895  2018-07-25 03:41 ~ 2018-08-26 05:56  
열람
그누보드   10029  2018-07-20 20:47 ~ 2018-07-20 21:01  
365
그누보드   9021  2018-07-17 02:10 ~ 2022-11-15 13:54  
364
그누보드   7439  2018-06-19 14:54  
363
그누보드   10041  2018-06-06 23:53 ~ 2018-06-07 09:41  
362
그누보드   8827  2018-05-28 13:20 ~ 2018-05-28 21:58  
361
그누보드   7591  2018-05-28 12:22  
360
그누보드   8518  2018-05-25 14:04 ~ 2018-05-25 14:05  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2025 해피정닷컴. All Rights Reserved.