Скрипт кнопки на верх для вашего сайта.
Установка самой кнопки:
В 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-bor
...
Читать дальше »
Просмотров:
348
|
Добавил:
startsmart
|
Дата:
09.02.2013
|