Скрипт кнопки на верх для вашего сайта.
Установка самой кнопки:
В CSS кидаем:
Код
#scroll_to
{
/* display: block before hiding */
display: block;
display: none;
z-index: 999;
opacity: .8;
position: fixed;
top: 100%;
margin-top: -80px;
left: 90%;
margin-left: -80px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width: 100px;
padding: 8px;
background-color: #f1f1f1;
font-size: 14px;
text-align: center;
border: 1px solid #CCC;
}
#scroll_to a { color: #222; text-decoration:none;}
В самом начале разу после body ставим:
Просмотров:
340
|
Добавил:
budyvmaster
|
Дата:
09.02.2013