Вставляем в самый низ перед </body></html> <!-- Вверх-->
<a href="#" id="tolive-stg.net.ru">Вверх <img src="http://www.live-stg.net.ru/scripts/design/pointer.png" border="0" align="absmiddle" /></a>
<script src="http://www.live-stg.net.ru/scripts/js/pointer.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
$("#toTop").scrollToTop();
});
</script>
<!-- /Вверх-->
В CSS:
Code
/* TOP by live-stg.net.ru*/
#tolive-stg.net.ru {
width: 100px;
background: url(http://www.live-stg.net.ru/scripts/design/1.1.gif);
border: 1px solid #252525;
text-align: center;
padding: 5px;
position: fixed;
bottom: 6px;
right: 6px;
cursor: pointer;
color: #666666;
text-decoration: none;
}
/* --------- */