[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Форум » Всё для Юкоз » Скрипты » Выдвижная кнопка ВКонтакте
Выдвижная кнопка ВКонтакте
webgod6662Дата: Суббота, 20.07.2013, 11:53 | Сообщение # 1



Сообщений: 11

Репутация:
Статус: Не в сети
Установка:

1) Открываем Панель управления, находим Таблицу стилей (CSS), и вставляем вот этот код:
<div class="bbCodeBlock"><div class="bbCodeName" style="padding-left:5px;font-weight:bold;font-size:7pt">Код</div><div class="codeMessage" style="border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight<5?this.style.height:scrollHeight>200?'200px':''+(this.scrollHeight+5)+'px');">#vkontakte_button img {
position: fixed;
top:125px;
right: -76px;
z-index: 99999;
cursor: pointer;
display: block;
}</div></div>

2) Следующий код вставляем в любое место на странице между и </body>:
<div class="bbCodeBlock"><div class="bbCodeName" style="padding-left:5px;font-weight:bold;font-size:7pt">Код</div><div class="codeMessage" style="border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight<5?this.style.height:scrollHeight>200?'200px':''+(this.scrollHeight+5)+'px');"><script type="text/javascript">
$(function($) {
$("#vkontakte_button img").hover(
function () {
$(this).animate({right: '0'}, {queue:false, duration: 350});
//$(this).css('right', '0');
},
function () {
$(this).animate({right: '-76px'}, {queue:false, duration: 350});
// $(this).css('right', '-76px');
}
);
});
</script>



</div></div>

Настройки скрипта

Находим строчку в скрипте вот такую: http://vkontakte.ru/share.php?url=http%3A%2F%2F<b >yraaa.ru
%2F

И стираем то что я выделил жирным, и вписываем свой сайт... Вот это строчку искать надо вот тут:
<div class="bbCodeBlock"><div class="bbCodeName" style="padding-left:5px;font-weight:bold;font-size:7pt">Код</div><div class="codeMessage" style="border:1px inset;max-height:200px;overflow:auto;height:expression(this.scrollHeight<5?this.style.height:scrollHeight>200?'200px':''+(this.scrollHeight+5)+'px');">

</div></div>

Установка завершена....</5?this.style.height:scrollheight></5?this.style.height:scrollheight></5?this.style.height:scrollheight>
 
Форум » Всё для Юкоз » Скрипты » Выдвижная кнопка ВКонтакте
  • Страница 1 из 1
  • 1
Поиск: