Scroll up & bottom Button
1. Copy and paste this code before </head> tags.
<!----- SCROLL TOP/HOME/BOTTOM A1 ---->
<title>Scroll to Bottom or Top - DevCurry.com</title>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
</script>
<script type="text/javascript" language="javascript">
$(function () {
$('#scrlBotm').click(function () {
$('html, body').animate({
scrollTop: $(document).height()
},
1500);
return false;
});
$('#scrlTop').click(function () {
$('html, body').animate({
scrollTop: '0px'
},
1500);
return false;
});
});
</script>
2. Copy and paste the code before </body> tags. You can change the position and image for the button.
<!----- SCROLL TOP/HOME/BOTTOM A2 ---->
<a id="scrlTop" title="Top" href="#" style="position: fixed; bottom: 377px; right: 2px;"><img src="http://25.media.tumblr.com/tumblr_lr6vxlHRDx1qmnaxoo2_75sq.png"></a>
<a title="Home" href="http://academyoftumblr.tumblr.com/" style="position: fixed; bottom: 361px; right: 22px;"><img src="http://cdn4.iconfinder.com/data/icons/PixeloPhilia_2/PNG/home.png"></a>
<a id="scrlBotm" title="Bottom" href="#" style="position: fixed; bottom: 300px; right: 2px;"><img src="http://29.media.tumblr.com/tumblr_lr6vxlHRDx1qmnaxoo1_75sq.png"></a>

- white highlight : position from bottom
- red highlight : url for image

Source: academyoftumblr
34 Notes/ Hide
-
lwuhan likes this
-
kunehoforever likes this
-
efkarlisebek likes this
-
mertidinle likes this
-
ponoryrzniwiaz likes this
-
craveforfashion likes this
-
fuckk-yea likes this
-
malab-ami likes this
-
monymay reblogged this from academyoftumblr and added:
Thank you so much!!
-
katagiri reblogged this from academyoftumblr
-
inhalefelton likes this
-
unibersitsii likes this
-
preludette likes this
-
ectolime likes this
-
pelvicthrustration likes this
-
sugarum likes this
-
turtlescientist likes this
-
grewupwithharrypotter likes this
-
g-osick likes this
-
rockeiro-humorado likes this
-
kevinmarc likes this
-
so-damn-gorgeous likes this
-
allliketodream likes this
-
16thyear likes this
-
love-letters-to-space likes this
-
vin-aigrefox likes this
-
t-r-a-n likes this
-
phlogiston-theory likes this
-
z4rr likes this
-
kirsteyoraa likes this
-
fluffitup likes this
-
f0lx likes this
-
academyoftumblr posted this


