Скрин - http://s003.radikal.ru/i204/1006/04/450ce336eab9.png Описание : При нажатии на стрелочку вы плавно подымитесь в самый вверх страницы.В опере резко.
1.Пихаем в глобальный блок Нижняя часть сайта - В САМЫЙ ВВЕРХ :
Code
<!-- Вверх-->
<a href="#" id="toTop">Вверх <img src="/images/strelka.png" border="0" align="absmiddle" /></a>
<script src="/js/jquery_scroolpack.js" type="text/javascript"></script>
<script type="text/javascript">
$(function() {
$("#toTop").scrollToTop();
});
</script>
<!-- /Вверх-->
2.В папку js кидаем файл jquery_scroolpack.js
3.В папку images кидаем картинку strelka.png и b.gif
4.Теперь бежим в css и в самый вверх пихаем :
Code
/* jQ TOP */
#toTop {
width: 100px;
background: url(/img/b.gif);
border: 1px solid #252525;
text-align: center;
padding: 5px;
position: fixed;
bottom: 6px;
right: 6px;
cursor: pointer;
color: #666666;
text-decoration: none;
}
/* --------- */
Скачать архив с файлами
Кому понравилось ставьте +1