hi everyone...can someone please tell me what script this is? http://thechive.com/2011/09/13/smokey-the-bear-says-burn-your-bra-40-photos/ bottom left corner is a arrow up button. if you click it, the page scrolls up. what javascript is this? can someone show me where i can find this script and where to implement it for my site? thanks! drew
Here's your Scroll To Top Script: The Javascript <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js' type='text/javascript'></script> <script src='http://geeksvisioncdn.appspot.com/files/jquery.ui.totop.js' type='text/javascript'></script> <script type='text/javascript'> $(document).ready(function(){ $().UItoTop({ easingType: 'easeOutCubic' }); }); </script> HTML: The CSS #w2btoTop {display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:51px;height:51px;border:none;text-indent:-999px;background:url([url]http://2.bp.blogspot.com/-oVa1ImctF7c/Tdouv3K7NyI/AAAAAAAAA38/xT4bu8uKM3M/way2blogging.org.ui.totop.png[/url]) no-repeat left top;}#w2btoTopHover {background:url([url]http://2.bp.blogspot.com/-oVa1ImctF7c/Tdouv3K7NyI/AAAAAAAAA38/xT4bu8uKM3M/way2blogging.org.ui.totop.png[/url]) no-repeat left -51px;width:51px;height:51px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}#w2btoTop:active, #w2btoTop:focus {outline:none;} HTML: Just add both the JavaScript and CSS on any Html Page you want to Have Scroll To Top Functionality
You don't need a script just use the inpage linking. <a herf="#top"> and <a name="top"> Code (markup):