Установка:
1. Скопировать скачанный фаил в папку JS вашего шаблона.
2. В style.css добавить вот этот код
/*стили для кнопок вверх/вниз*/ .arrow { position: fixed; width: 64px; right: -10px; bottom: 115px; z-index: 10; } .arrow img { opacity: 0.3; } .arrow img:hover{ cursor: pointer; opacity: 1; filter: alpha(opacity=100); }
<script type="text/javascript" src="http://Ваш домен/templates/Название вашей темы/js/arrow.js"></script>