If you look at the bottom of this blog, there is a picture arrow pointing to the top. The image useful as a quick launch a header toward the top of the blog. How to produce it is not too difficult. You only need to add some little code in your blog template. You want to try?
If you look at the bottom of this blog, there is a picture arrow pointing to the top. The image useful as a quick launch a header toward the top of the blog. How to produce it is not too difficult. You only need to add some little code in your blog template. You want to try?
Go to Edit the HTML directly to your blog template and add the following code before </body> code :
<a href='#' style='display:scroll;position: fixed; bottom:5px;right:5px;' title='Back to Top'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEighMZXEEXBE4IIQpjGk4mifcAH2TtIP4svYYhueXGidngBFmvt4D2OFPhOkQVJdFwuXMTJMSLL7Uh5Hv5SnPYPZRhfLoI9RCSNg5crEp-4NvaGJJ9q-8-Gg8KgygELygMDlbb4uuRdt0dc/'/></a>
that's it and save your work !
You can change the position of the button to the right or left to change the part of this script like this :
<a href='#' style='display:scroll;position: fixed; bottom:5px;left:5px;' title='Back to Top'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEighMZXEEXBE4IIQpjGk4mifcAH2TtIP4svYYhueXGidngBFmvt4D2OFPhOkQVJdFwuXMTJMSLL7Uh5Hv5SnPYPZRhfLoI9RCSNg5crEp-4NvaGJJ9q-8-Gg8KgygELygMDlbb4uuRdt0dc/'/></a>
Or you can changes the picture and destination URL. like ads link .
<a href='http://url destination' style='display:scroll;position: fixed; bottom:5px;let:5px;' title='Back to Top'><img src='http://your.image.location'/></a>
You can edited the button with your imagination. Happy Blogging!
Update
Make Your Large Or Changing Like My Blog Has
Note: You required Two Images If You Want To Make Image Larger Then You Required one large and same small image.
If you want changing image then you required Two different images.
Go to Dashboard > Layout > Edit HTML
Search For </head> . Before </head>
Add This Code :
<script type='text/javascript'>
function mouseOver()
{
document.getElementById("b1").src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYLHToblXj4cPaNnye5PEkTU5ApYGmHxUSBqBCySsFSWj5XNw7w4QVCCtDVYwJEpYRcxhAxrVfjE46IyltMCs09pUOde9B24vUi3sxxV7rvnNOcNuBtvJYDhM0E3dMpZ3q2o2RLKrct1Q/s1600/Back2Top_2.jpg"
}
function mouseOut()
{
document.getElementById("b1").src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrHlEwZgsawjLfTrczxyOQQBH5OgSpA9M_9SpFihHQM5JCcYN4OVSncc5EeEzOGkir3gIjnwPyEDn5uyTVL7o8dsE8C5I5aLNCFtWlMNAsT63mctuVeExVMXZQk2Dm73vp4A5PQM8qE0M/s1600/B2T_Small.jpg"
}
</script>
Then Go To Bottom Of Your Blog And Add This Code :
<a href='#' onmouseout='mouseOut()' onmouseover='mouseOver()' style='display:scroll;position:fixed;bottom:5px;right:5px;'>
<img alt='Back To Top' border='0' id='b1' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrHlEwZgsawjLfTrczxyOQQBH5OgSpA9M_9SpFihHQM5JCcYN4OVSncc5EeEzOGkir3gIjnwPyEDn5uyTVL7o8dsE8C5I5aLNCFtWlMNAsT63mctuVeExVMXZQk2Dm73vp4A5PQM8qE0M/s1600/B2T_Small.jpg'/></a>
Replace The : https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrHlEwZgsawjLfTrczxyOQQBH5OgSpA9M_9SpFihHQM5JCcYN4OVSncc5EeEzOGkir3gIjnwPyEDn5uyTVL7o8dsE8C5I5aLNCFtWlMNAsT63mctuVeExVMXZQk2Dm73vp4A5PQM8qE0M/s1600/B2T_Small.jpg
With Your Image You Need When There Is no Mouse On It
And Replace :
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYLHToblXj4cPaNnye5PEkTU5ApYGmHxUSBqBCySsFSWj5XNw7w4QVCCtDVYwJEpYRcxhAxrVfjE46IyltMCs09pUOde9B24vUi3sxxV7rvnNOcNuBtvJYDhM0E3dMpZ3q2o2RLKrct1Q/s1600/Back2Top_2.jpg
With The link Of The Image You Required When There Is mouse On The Image
Note : The Host of Blogservices.in has fell down. So if you are trying to download blogger templates then please download it From here i have uploaded all of them to Megaupload and Rapidshare and also included chucky v2.0 which has page and more errors fixed. So enjoy.
Download :
1. Megaupload
2. Rapidshare
Make back to top button
If you look at the bottom of this blog, there is a picture arrow pointing to the top. The image useful as a quick launch a header toward the top of the blog. How to produce it is not too difficult. You only need to add some little code in your blog template. You want to try?If you look at the bottom of this blog, there is a picture arrow pointing to the top. The image useful as a quick launch a header toward the top of the blog. How to produce it is not too difficult. You only need to add some little code in your blog template. You want to try?
Go to Edit the HTML directly to your blog template and add the following code before </body> code :
<a href='#' style='display:scroll;position: fixed; bottom:5px;right:5px;' title='Back to Top'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEighMZXEEXBE4IIQpjGk4mifcAH2TtIP4svYYhueXGidngBFmvt4D2OFPhOkQVJdFwuXMTJMSLL7Uh5Hv5SnPYPZRhfLoI9RCSNg5crEp-4NvaGJJ9q-8-Gg8KgygELygMDlbb4uuRdt0dc/'/></a>
that's it and save your work !
You can change the position of the button to the right or left to change the part of this script like this :
<a href='#' style='display:scroll;position: fixed; bottom:5px;left:5px;' title='Back to Top'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEighMZXEEXBE4IIQpjGk4mifcAH2TtIP4svYYhueXGidngBFmvt4D2OFPhOkQVJdFwuXMTJMSLL7Uh5Hv5SnPYPZRhfLoI9RCSNg5crEp-4NvaGJJ9q-8-Gg8KgygELygMDlbb4uuRdt0dc/'/></a>
Or you can changes the picture and destination URL. like ads link .
<a href='http://url destination' style='display:scroll;position: fixed; bottom:5px;let:5px;' title='Back to Top'><img src='http://your.image.location'/></a>
You can edited the button with your imagination. Happy Blogging!
Update
Make Your Large Or Changing Like My Blog Has
Note: You required Two Images If You Want To Make Image Larger Then You Required one large and same small image.
If you want changing image then you required Two different images.
Go to Dashboard > Layout > Edit HTML
Search For </head> . Before </head>
Add This Code :
<script type='text/javascript'>
function mouseOver()
{
document.getElementById("b1").src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYLHToblXj4cPaNnye5PEkTU5ApYGmHxUSBqBCySsFSWj5XNw7w4QVCCtDVYwJEpYRcxhAxrVfjE46IyltMCs09pUOde9B24vUi3sxxV7rvnNOcNuBtvJYDhM0E3dMpZ3q2o2RLKrct1Q/s1600/Back2Top_2.jpg"
}
function mouseOut()
{
document.getElementById("b1").src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrHlEwZgsawjLfTrczxyOQQBH5OgSpA9M_9SpFihHQM5JCcYN4OVSncc5EeEzOGkir3gIjnwPyEDn5uyTVL7o8dsE8C5I5aLNCFtWlMNAsT63mctuVeExVMXZQk2Dm73vp4A5PQM8qE0M/s1600/B2T_Small.jpg"
}
</script>
Then Go To Bottom Of Your Blog And Add This Code :
<a href='#' onmouseout='mouseOut()' onmouseover='mouseOver()' style='display:scroll;position:fixed;bottom:5px;right:5px;'>
<img alt='Back To Top' border='0' id='b1' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrHlEwZgsawjLfTrczxyOQQBH5OgSpA9M_9SpFihHQM5JCcYN4OVSncc5EeEzOGkir3gIjnwPyEDn5uyTVL7o8dsE8C5I5aLNCFtWlMNAsT63mctuVeExVMXZQk2Dm73vp4A5PQM8qE0M/s1600/B2T_Small.jpg'/></a>
Replace The : https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrHlEwZgsawjLfTrczxyOQQBH5OgSpA9M_9SpFihHQM5JCcYN4OVSncc5EeEzOGkir3gIjnwPyEDn5uyTVL7o8dsE8C5I5aLNCFtWlMNAsT63mctuVeExVMXZQk2Dm73vp4A5PQM8qE0M/s1600/B2T_Small.jpg
With Your Image You Need When There Is no Mouse On It
And Replace :
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYLHToblXj4cPaNnye5PEkTU5ApYGmHxUSBqBCySsFSWj5XNw7w4QVCCtDVYwJEpYRcxhAxrVfjE46IyltMCs09pUOde9B24vUi3sxxV7rvnNOcNuBtvJYDhM0E3dMpZ3q2o2RLKrct1Q/s1600/Back2Top_2.jpg
With The link Of The Image You Required When There Is mouse On The Image
Posted on Monday, March 02, 2009 by Ritesh Sanap
Subscribe to:
Post Comments (Atom)
Filed Under :



0 Responses to “Make back to top button”
Leave a Reply
Please Leave your Email Address