There are 2 step : it's very easy to put it . just follow the step below .
Step 1:
Go to Edit HTML in your blogger and ( CTRL+F ) to Find <style> and below this tag and add this code CSS :
/*back-to-top*/
.back-to-top {
display:none;
position: fixed;
bottom: 2em;
right: 0px;
text-decoration: none;
color: black;
background-color: none;
font-size: 12px;
padding: 5px 8px 5px 8px;
margin-right: 20px;
background: #656464 none repeat scroll 0% 0%; color: white;
}
.back-to-top:hover {
text-decoration:none;
}
/*back-to-top*/
.back-to-top {
display:none;
position: fixed;
bottom: 2em;
right: 0px;
text-decoration: none;
color: black;
background-color: none;
font-size: 12px;
padding: 5px 8px 5px 8px;
margin-right: 20px;
background: #656464 none repeat scroll 0% 0%; color: white;
}
.back-to-top:hover {
text-decoration:none;
}
/*back-to-top*/
Step 2: Find This and just above add this code below :
<!--file For Goto Top open-->
<div class='top-meun'> <a class='back-to-top'>Back To Top</a>
<script> jQueryundefineddocument).readyundefinedfunctionundefined) { var offset = 220; var duration = 500; jQueryundefinedwindow).scrollundefinedfunctionundefined) { if undefinedjQueryundefinedthis).scrollTopundefined) > offset) { jQueryundefined'.back-to-top').fadeInundefinedduration); } else { jQueryundefined'.back-to-top').fadeOutundefinedduration); } }); jQueryundefined'.back-to-top').clickundefinedfunctionundefinedevent) { event.preventDefaultundefined); jQueryundefined'html, body').animateundefined{scrollTop: 0}, duration); return false; }) });
</script>
</div>
<!--file For Goto Top close-->
<div class='top-meun'> <a class='back-to-top'>Back To Top</a>
<script> jQueryundefineddocument).readyundefinedfunctionundefined) { var offset = 220; var duration = 500; jQueryundefinedwindow).scrollundefinedfunctionundefined) { if undefinedjQueryundefinedthis).scrollTopundefined) > offset) { jQueryundefined'.back-to-top').fadeInundefinedduration); } else { jQueryundefined'.back-to-top').fadeOutundefinedduration); } }); jQueryundefined'.back-to-top').clickundefinedfunctionundefinedevent) { event.preventDefaultundefined); jQueryundefined'html, body').animateundefined{scrollTop: 0}, duration); return false; }) });
</script>
</div>
<!--file For Goto Top close-->
No comments:
If You Have Any Question Please Comment Back ..