1 December 2011

Back To Top Widget - html

Put a gif image at right bottom page to lead visitor back to the top of the page. Suitable for blog that have a long way to scroll upward again.

This are the HTML code in green colour

<!---startCopyRotatingArrow--->
<style type="text/css">.backtotop a:hover {background:none;}</style>
<div class="backtotop"><a style="display:scroll;position:fixed;bottom:5px;right:5px;" class="backtotop" href="#" rel="nofollow" title="Back to Top"><img style="border:0;"
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyX6UPBYTkAjJwER17zV3jGuhzF95eoLz7rSja5djqdF08M9VJNUQnDDSm3Et0b5AWbfcBeEF12USVYbGucag346oG8X9bf6MVSfObBENOCKmDyZpSqcZkdBTy3uYC_9ZctycLiWeeRkk9/s1600/back-top.gif"/></a></div>
<!---endCopy--->




or this one


<!---startCopyUpArrow--->
<style type="text/css">.backtotop a:hover {background:none;}</style>
<div class="backtotop"><a style="display:scroll;position:fixed;bottom:5px;right:5px;" class="backtotop" href="#" rel="nofollow" title="Back to Top"><img style="border:0;"
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZ-5FLDmvLf-5E2gG5kSZRF5xAUVmJ_0D1-zpRFRhupNHJevpmEjmAtxf3NlceEGVgllUn1czzGFcI1TmCHxBcC4RKQkKbqRdZMx_X2inXjH3_RAm7SQvW1SAbN2A7q5jOc5tkQtnSb8Qv/s1600/arrowup.gif"/></a></div>
<!---endCopy--->



If you have a problem to install html/java script it in blogspot, please click [here]

you can change the src="code" above into your own gif or jpeg picture, by your file in a website or your own picture in a file hosting.
Right mouse click on the gif ==> click copy image location. Replace the code


No comments:

Post a Comment