Сообщение # 1 | 02:41:55
[09.03.2013 11:58:01] Dima:
Код
<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: '-160px'}, {queue:false, duration: 350};);
// $(this).css('right', '-160px');
}
);
};);
</script>
<a id="onlinehelp" href="javascript://" rel="nofollow" onclick="new _uWnd('LF',' ',-250,-110,{autosize:0,closeonesc:1,resize:1},{url:'/index/40'};);return false;"
onclick="webChatOpen();return false;">
<img alt="Регистрация" src="http://zorhet.ru/reg1.png" />
</a>
<style type="text/css">
/* script Life_man(life_man543181) */
#onlinehelp img {
position: fixed;
top:40px;
right: -160px;
z-index: 99999;
cursor: pointer;
display: block;
}
/* script life_man */
</style>


После Авторизации Кнопка Не исчезает
Сообщение отредактировал webanet - Понедельник, 11 Мар 2013, 21:15:31