Красивая кнопка регистрации для ucoz. Выполнена в синих тонах. При на ведении на неё курсором, она красиво выдвигается.
Чтобы установить кнопку регистрации, нужно этот код вставить туда где вы хотите чтобы она отображалась:
Code
<script type="text/javascript">
$(function($) {
$("#onlinehelp img").hover(
function () {
$(this).animate({right: '0'}, {queue:false, duration: 350});
//$(this).css('right', '0');
},
function () {
$(this).animate({right: '-160px'}, {queue:false, duration: 350});
// $(this).css('right', '-160px');
}
);
});
</script>
<a id="onlinehelp" href="$REGISTER_LINK$"
onclick="webChatOpen();return false;">
<img alt="Регистрация" src="http://webuilder.info/ucoz/4283_programm-newuco.png" />
</a>
<style type="text/css">
/* Vkontakte by iWTH (u51st.net) */
#onlinehelp img {
position: fixed;
top:40px;
right: -160px;
z-index: 99999;
cursor: pointer;
display: block;
}
/* END Vkontakte by iWTH */
</style>
$(function($) {
$("#onlinehelp img").hover(
function () {
$(this).animate({right: '0'}, {queue:false, duration: 350});
//$(this).css('right', '0');
},
function () {
$(this).animate({right: '-160px'}, {queue:false, duration: 350});
// $(this).css('right', '-160px');
}
);
});
</script>
<a id="onlinehelp" href="$REGISTER_LINK$"
onclick="webChatOpen();return false;">
<img alt="Регистрация" src="http://webuilder.info/ucoz/4283_programm-newuco.png" />
</a>
<style type="text/css">
/* Vkontakte by iWTH (u51st.net) */
#onlinehelp img {
position: fixed;
top:40px;
right: -160px;
z-index: 99999;
cursor: pointer;
display: block;
}
/* END Vkontakte by iWTH */
</style>
Другие новости |
Поделиться ссылкой
|