07/11: Current weight: 63kg           27/10: Ageha February 2007 is up!          17/10: Current weight: 63.2kg          16/10: Made a new about me page!          04/10: New Meiku Tutorial is up!!          03/10: Scanned ageha january 2007          03/10: Current Weight: 64.8kg          24/09: Current Weight: 65kg          22/09: Scanned Ageha December 2006 and uploaded it          08/09: Scanned Blenda March 2013 and uploaded it     05/09: Current weight: 65.8kg           01/09: I added "random posts" back on left sidebar     29/08: Current weight: 66kg    28/08: Added a page with my html codes

back to top

 


Here is the code for the back to top thing. Insert it in a html-widget in your layout, doesn't matter where.

<a href="javascript:void(0);" onclick="scrollToTop()" style="position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 9999;"> //change settings here if you want it somewhere else on the screen
  <img src="INSERT URL OF PICTURE YOU WANT HERE" alt="Back to top" style="width: 100%; image-rendering: pixelated;" />
</a>
<script>
  function scrollToTop() {
    window.scrollTo({ top: 0, behavior: 'smooth' });
  }
</script>


0 件のコメント:

コメントを投稿