Новая кнопка "Вверх" для вашего сайта ucoz. Лучше всего подходит под светлые шаблоны.
Скрин: http://radikal.ru/F/s019.radikal.ru/i604/1302/8c/da67561e7722.png
1. Перед </body> вставляем:
Код
<a href="#" id="toTop"><img src="http://mobikirov.ru/js/mobikirovru2.png" border="0" align="absmiddle" /></a>
<script src="http://mobikirov.ru/js/mobikirovruscrollpack.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
$("#toTop").scrollToTop();
};);
</script>
2. В самый низ CSS:
Код
/* === button_up === */
#toTop {
width: 30px;
text-align: center;
padding: 17px;
position: fixed;
bottom: 1px;
right: 1px;
cursor: pointer;
color: #666666;
text-decoration: none;
}
/* =============== *