EDUCATIONAL STUFF
  • Home
  • Web Applications
    • invoice Generator
    • Nps Return Calculator
    • Emi Calculator
    • Body Mass Index Calculator
    • Eid Card Maker with Self Name
    • Biodata Generator
  • Web Tools
    • Pdf File to Text
    • Url Shortner
  • Softwares
    • School Softwares
    • Digital Products
    • Urdu Softwares
  • Web Developing
    • Html/Css/Javascript
    • Blogger
What's Hot

NPS/GPS/OPS COMPARISION CALCULATOR

20/04/2025

How to use Jameel Noori Nastaleeq Font on websites?

07/02/2025

MAHARASHTRA SSC RESULTS 2023

20/05/2023
Quiz
Facebook Twitter Instagram
  • Home
  • Shipping and Delivery
  • PRICING
  • Terms & Conditions
  • Return & Refund Policy
  • Contact Us
Facebook Twitter Instagram Pinterest Vimeo
EDUCATIONAL STUFFEDUCATIONAL STUFF
  • Home
  • Web Applications
    • invoice Generator
    • Nps Return Calculator
    • Emi Calculator
    • Body Mass Index Calculator
    • Eid Card Maker with Self Name
    • Biodata Generator
  • Web Tools
    • Pdf File to Text
    • Url Shortner
  • Softwares
    1. School Softwares
    2. Digital Products
    3. Urdu Softwares
    Featured
    Recent

    NPS/GPS/OPS COMPARISION CALCULATOR

    20/04/2025

    How to use Jameel Noori Nastaleeq Font on websites?

    07/02/2025

    MAHARASHTRA SSC RESULTS 2023

    20/05/2023
  • Web Developing
    1. Html/Css/Javascript
    2. Blogger
    Featured

    How to use Jameel Noori Nastaleeq Font on websites?

    EDUCATIONAL STUFF07/02/2025
    Recent

    How to use Jameel Noori Nastaleeq Font on websites?

    07/02/2025

    Adding Scroll-to-Top Button on website

    03/06/2021

    Adding Whatsapp chat floating button on website

    02/05/2021
Subscribe
EDUCATIONAL STUFF
Home » Adding Scroll-to-Top Button on website
Html/Css/Javascript

Adding Scroll-to-Top Button on website

EDUCATIONAL STUFFBy EDUCATIONAL STUFF03/06/2021Updated:06/05/20231 Comment3 Mins Read
Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
Share
Facebook Twitter LinkedIn Pinterest Email

Table Of Contents

  • 1  
  • 2 Adding Scroll-to-Top Button on website, How it works?
  • 3 On blogger
  • 4  
  • 5 Scroll-to-top button On WordPress
  • 6  
  • 7 Adding Scroll-to-Top Button on website The code is here

 

      Here is a Scroll-to-Top Button to your Website simple in HTML code.You don’t need to any JavaScript or additional CSS file. Because this is only one HTML code.just copy it and paste where you want to show it to your website.you can use this code for your blogger  website or your wordpress website also.You dont need to download any plugin for your wordpress site to show scroll-to-top button.This code is html and css code both of them in one place. So you dont need to link external css aur java script file to your html document.

Adding Scroll-to-Top Button on website, How it works?

On blogger

just copy the code that given below and go to the blogger layout.Just go in the footer section , insert the gadget and take the HTML gadget from the gadgets list and paste this code wherein.

 

Add a Scroll-to-Top Button to your Website

 

Scroll-to-top button On WordPress

Just go to your wordpress dashboard and go to the appearance section and then widget section ,there you can see layout of your website, go to the footer section, take the HTML widget from the widgets list and  paste this code there.

 

 

Add a Scroll-to-Top Button to your Website

 

Adding Scroll-to-Top Button on website The code is here

 

<!doctype html> <style> body { font-family: Arial, Helvetica, sans-serif; font-size: 20px; } #myBtn { display: none; position: fixed; bottom:20px; right:20px; z-index: 99; font-size:30px; border: none; outline: none; background-color: red; color: white; cursor: pointer; padding: 15px; border-radius: 4px; } #myBtn:hover { background-color: #555; } </style> <button onclick="topFunction()" id="myBtn" title="Go to top">Top</button> <script> var mybutton = document.getElementById("myBtn"); window.onscroll = function() {scrollFunction()}; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { mybutton.style.display = "block"; } else { mybutton.style.display = "none"; } } function topFunction() { document.body.scrollTop = 0; document.documentElement.scrollTop = 0; } </script> </!doctype>

 

Your Scroll-to-Top Button  looks like this.

 

Adding Scroll-to-Top Button on website

 

If you want to download simple code for adding whatsapp chatting button to your blogger and wordpress site just click here.








<style>
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom:20px;
  right:20px;
  z-index: 99;
  font-size:30px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
</style>




<button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>



<script>

var mybutton = document.getElementById("myBtn");


window.onscroll = function() {scrollFunction()};

function scrollFunction() {
  if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
    mybutton.style.display = "block";
  } else {
    mybutton.style.display = "none";
  }
}


function topFunction() {
  document.body.scrollTop = 0;
  document.documentElement.scrollTop = 0;
}
</script>




 

Post Views: 19,751
Html/Css/Javascripts
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
Previous ArticleAdding Whatsapp chat floating button on website
Next Article SSC QUESTION BANK URDU MEDIUM
EDUCATIONAL STUFF
  • Website

Related Posts

Blogger

How to use Jameel Noori Nastaleeq Font on websites?

07/02/2025
Html/Css/Javascript

Adding Whatsapp chat floating button on website

02/05/2021
Blogger

JAMEEL NOORI FONT IN BLOGGER

06/04/2021
View 1 Comment

Leave A Reply Cancel Reply

You must be logged in to post a comment.

OUR EDUCATIONAL SOFTWEARS
  • SCHOOL BONAFIDE GENERATOR(ENGLISH)
  • SCHOOL BONAFIDE GENERATOR(MARATHI)
  • ACHIEVEMENT CERTIFICATE GENERATOR
  • MDM DAILY GRAINS CALCULATOR
  • Online Printable Admission Form Generator
  • PDF TO TEXT CONVERTER
  • Automatic Leaving Certificate Generator
  • HRA Exemption Calculator For Income Tax
  • JULY INCREMENT GROSS SALARY CALCULATOR
CATEGORIES
  • Articles (4)
    • Government Campaign (2)
  • Digital Products (1)
  • Downloads (3)
  • Exam Papers (3)
  • Finance (1)
  • Html/Css/Javascript (4)
  • Islamic Quiz (1)
  • Results (4)
  • School Softwares (6)
  • Softwares & Apps (8)
  • Uncategorized (1)
  • Urdu Softwares (3)
  • Web Developing (6)
    • Blogger (3)
Popular Posts
  • Unicode Inpage Converter Software Free Download Unicode Inpage Converter Software Free Download posted on April 12, 2021
  • AUTOMATIC SCHOOL RESULT SHEET posted on April 8, 2021
  • QUICK BONAFIDE CERTIFICATE GENERATOR QUICK BONAFIDE CERTIFICATE GENERATOR posted on November 9, 2022
  • URDU MEDIUM PRACTICE EXAM PAPERS FOR STANDARD 10TH posted on March 14, 2021
  • SSC QUESTION BANK URDU MEDIUM posted on February 25, 2022
Total Visitors
210668
Users Today : 34
Total Users : 210668
Views Today : 57
Total views : 628798
Who's Online : 1
Don't Miss

NPS/GPS/OPS COMPARISION CALCULATOR

EDUCATIONAL STUFF20/04/2025

Post Views: 2

How to use Jameel Noori Nastaleeq Font on websites?

07/02/2025

MAHARASHTRA SSC RESULTS 2023

20/05/2023

MAHARASHTRA HSC RESULTS 2023

17/05/2023
Contact Form!





Stay In Touch
  • Facebook
  • Twitter
  • Pinterest
  • Instagram
  • YouTube
  • Vimeo
About Us
About Us

Educational Stuff is a portal for Students,Teachers and Social workers who want to develope technology in Education.We are not a only name but a team for working continuously in Educational Field.If you want to become our member kindly contact.

We're accepting new partnerships right now.

Email Us: educationalways123@gmail.com
Contact: +91 8308551100

Downloads

SSC QUESTION BANK URDU MEDIUM

25/02/2022

Exam papers and Syllabus For Scholarship 5th and 8th

21/03/2021

URDU MEDIUM PRACTICE EXAM PAPERS FOR STANDARD 10TH

14/03/2021
Latest Posts

NPS/GPS/OPS COMPARISION CALCULATOR

20/04/2025

How to use Jameel Noori Nastaleeq Font on websites?

07/02/2025

MAHARASHTRA SSC RESULTS 2023

20/05/2023

MAHARASHTRA HSC RESULTS 2023

17/05/2023

CBSC 10TH CLASS RESULTS 2023

12/05/2023
Whats Hot!
  • Home
  • Web Applications
    • invoice Generator
    • Nps Return Calculator
    • Emi Calculator
    • Body Mass Index Calculator
    • Eid Card Maker with Self Name
    • Biodata Generator
  • Web Tools
    • Pdf File to Text
    • Url Shortner
  • Softwares
    • School Softwares
    • Digital Products
    • Urdu Softwares
  • Web Developing
    • Html/Css/Javascript
    • Blogger
Facebook Twitter Instagram Pinterest
  • Home
  • Shipping and Delivery
  • PRICING
  • Terms & Conditions
  • Return & Refund Policy
  • Contact Us
© 2025 ThemeSphere. Designed by ThemeSphere.

Type above and press Enter to search. Press Esc to cancel.