How to make "Scrool to top" using JQuery

 

if your blog have long post then i suggest you to put "Scroll to top" in your blog or website. This enables your visitors to scroll to the top of your blog's page without scrolling the scrolling button on the mouse.

If you want to add this then Follow the instructions,
# Login to your Blogger > Layout > Edit HTML
# Now Find :

# Now add the below code just after the body tag,

^ Scroll to Top
 
 

# Now you have to add some CSS for that, Now find
]]>
→Paste the below code just above the above code :

#backtotop {  width:100px;background:#F4FFBF;border:1px solid  #ccc;text-align:center;padding:5px;position:fixed;bottom:10px;right:10px;cursor:pointer;color:#666;text-decoration:none;  }