Кнопка прокрутки вверх (Alex_63)
Кнопка прокрутки вверх
появляющаяся при прокрутке страницы вниз
появляющаяся при прокрутке страницы вниз
Код
<!-- Кнопка прокрутки вверх -->
<style>
.ScrollToTop {
display: none;
position: fixed;
right: 11px;
bottom: 12px;
width: 40px;
height: 40px;
background: rgba(0, 0, 0, 0.45) url(http://nodeca.mybb.ru/files/0014/ef/99/34838.png) 6px 10px no-repeat;
z-index: 10000;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
transition: background 0.5s ease;
-webkit-transition: background 0.5s ease;
}
.ScrollToTop:hover {
background-color: rgba(0, 0, 0, 0.65);
transition: background 0.5s ease;
-webkit-transition: background 0.5s ease;
}
</style>
<a href="#" class="ScrollToTop" title="Вверх"> </a>
<script type="text/javascript" src="http://nodeca.mybb.ru/files/0014/ef/99/40861.js"></script>
<!-- //End//-Кнопка прокрутки вверх -->
<style>
.ScrollToTop {
display: none;
position: fixed;
right: 11px;
bottom: 12px;
width: 40px;
height: 40px;
background: rgba(0, 0, 0, 0.45) url(http://nodeca.mybb.ru/files/0014/ef/99/34838.png) 6px 10px no-repeat;
z-index: 10000;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
transition: background 0.5s ease;
-webkit-transition: background 0.5s ease;
}
.ScrollToTop:hover {
background-color: rgba(0, 0, 0, 0.65);
transition: background 0.5s ease;
-webkit-transition: background 0.5s ease;
}
</style>
<a href="#" class="ScrollToTop" title="Вверх"> </a>
<script type="text/javascript" src="http://nodeca.mybb.ru/files/0014/ef/99/40861.js"></script>
<!-- //End//-Кнопка прокрутки вверх -->
Просмотров: 661, Загрузок: 27, Оценка: 5.0 (1)
Страницы: | |