2021年7月1日木曜日

[Blogger]シンプルな文字だけの Page topボタン

画像を使わず文字だけ

]]></b:skin>前に以下のCSSコードを追加
#back-to-top{background:#000000;color:#ffffff;padding:8px 10px;font-size:12px;border-radius:0px}

.back-to-top{position:fixed!important;position:absolute;bottom:20px;right:20px;z-index:999}
</body>前に
<div class='back-to-top'>
      <a href='#' id='back-to-top' title='Page top'>
        Page top
      </a>
</div>

    <script>
      $(window).scroll(function() {
        if($(this).scrollTop() &gt; 200) {
          $(&#39;#back-to-top&#39;).fadeIn();
            } else {
            $(&#39;#back-to-top&#39;).fadeOut();
            }
            });
          $(&#39;#back-to-top&#39;).hide().click(function() {
            $(&#39;html, body&#39;).animate({scrollTop:0}, 1000);
            return false;
            });
    </script>
上のコードを追加
色とかは好みで

関連エントリ:

F(uriouz)

欲しいものリスト / 優先度の高いほしいものリスト / ☕を奢る
Donate 寄付 カンパ サポート Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.
詳細プロフィールを表示

0 comments:

スパム対策の為コメントをオフにしています。
Disqusは利用出来ます。

注: コメントを投稿できるのは、このブログのメンバーだけです。

...

Recent Posts

 
"The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License."