Выдвижная кнопка Форум для UCOZ сайта
До наведения:
После наведения:
Установка:
В верхнюю или нижнюю часть сайта вставляем:
Код
<script type="text/javascript">
$(function(cash) {
$("#onlinehelp img").hover(
function () {
$(this).animate({right: '0'}, {queue:false, duration: 350});
//$(this).css('right', '0');
},
function () {
$(this).animate({right: '-85px'}, {queue:false, duration: 350});
// $(this).css('right', '-85px');
}
);
});
</script>
<style>
/* Forum button */
#onlinehelp img {
position: fixed;
top:125px;
right: -85px;
z-index: 99999;
cursor: pointer;
display: block;
}
/* END Forum */
</style>
<a id="onlinehelp" href="http://game-shara.ucoz.net/forum"
onclick="webChatOpen();return false;">
<img alt="Форум" src="http://game-shara.ucoz.net/game-shara/forum_log.png" />
Вместо "http://game-shara.ucoz.net/forum" - вставьте свою ссылку на форум.