管理登录
用 户:
密 码:
 
新闻中心
您现在的位置: 网站在线客服系统 > 新闻中心 > 在线客服代码集锦 > 可伸缩的QQ在线客服飘动代码
可伸缩的QQ在线客服飘动代码
网站在线客服系统   1261447825 作者:刘晴 来源: 文字大小:[][][]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>可伸缩的QQ在线客服飘动代码</title>
<style type="text/css">
<!--
a:link {
color: #005122;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #005122;
}
a:hover {
text-decoration: none;
color: #0066CC;
}
a:active {
text-decoration: none;
}
a.link9:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #FF3333;
text-decoration:underline;
}
a.link9:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #FF3333;
text-decoration:underline;
}
a.link9:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #0000FF;
text-decoration:underline;
}
a {
font-size: 9pt;
}
body,td,th {
font-size: 9pt;
}
.STYLE4 {color: #000000}
.STYLE5 {color: #0066CC}
.STYLE6 {color: #0066FF}
.STYLE7 {color: #FFFFFF}
-->
</style>

</head>
<BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<div id=divMenu style="Z-INDEX: 1; LEFT: 9px; WIDTH: 74px; POSITION: absolute; TOP: 57px; HEIGHT: 249px;"><a href="http://www.fxdaima.com/" target="_blank"></a>
<TABLE cellSpacing=0 cellPadding=0 width=100 align=center border=0>
<TBODY>
<TR>
<TD vAlign=top width=100 background=/kefu/0009/images/t-toppj.gif colSpan=3
height=54><IMG title="点击'开/关'" style="CURSOR: hand"
onclick="if(document.all.table800600.style.display=='none'){ document.all.table800600.style.display=''} else {document.all.table800600.style.display='none'}"
height=54 src="/kefu/0009/images/t_1.gif" width=100></TD>
</TR>
<TR id=table800600 background="//kefu/0009/images/t_bg.gif">
<TD id=t1 vAlign=top align=left background=/kefu/0009/images/t_bg.gif colSpan=3
height=134>
<SPAN
style="COLOR: black"><B>销售咨询QQ:</B></SPAN><BR>
<A
title="福星代码站"
href="tencent://message/?uin=1661227&Site=51web.cn&Menu=yes"><IMG
src="/kefu/0009/images/1661227_1.gif" border=0> <SPAN
style="COLOR: black">1661227</SPAN></A><BR>
<A
title="福星代码站"
href="tencent://message/?uin=1691277&Site=51web.cn&Menu=yes"><IMG
src="/kefu/0009/images/1691277_1.gif" border=0> <SPAN
style="COLOR: black">1691277</SPAN></A><BR>
<A
title="福星代码站"
href="tencent://message/?uin=75816670&Site=51web.cn&Menu=yes"><IMG
src="/kefu/0009/images/75816670_1.gif" border=0> <SPAN
style="COLOR: black">75816670</SPAN></A><BR>
<A
title="福星代码站"
href="tencent://message/?uin=1661187&Site=51web.cn&Menu=yes"><IMG
src="/kefu/0009/images/1661187_1.gif" border=0> <SPAN
style="COLOR: black">1661187</SPAN></A><BR>
<A
title="福星代码站"
href="tencent://message/?uin=75816030&Site=51web.cn&Menu=yes"><IMG
src="/kefu/0009/images/75816030_1.gif" border=0> <SPAN
style="COLOR: black">75816030</SPAN></A><BR>
<SPAN
style="COLOR: black"><B>租用托管QQ:</B></SPAN><BR>
<A
title="福星代码站"
href="tencent://message/?uin=435757925&Site=51web.cn&Menu=yes"><IMG
src="/kefu/0009/images/435757925_1.gif" border=0> <SPAN
style="COLOR: #FFFFFF">435757925</SPAN></A><BR>
<SPAN
style="COLOR: black"><B>电话服务:</B></SPAN><BR>
<IMG
src="/kefu/0009/images/70.gif"><SPAN style="COLOR: black">02885493612</SPAN> <IMG src="/kefu/0009/images/70.gif"><SPAN
style="COLOR: black">02885493613</SPAN><BR>
<IMG
src="/kefu/0009/images/70.gif"><SPAN
style="COLOR: black">02885493770</SPAN><BR></TD>
</TR>
<TR>
<TD vAlign=bottom bgColor=#32b6eb height=8><IMG height=8
src="/kefu/0009/images/t_left.gif" width=14></TD>
<TD vAlign=bottom align=right bgColor=#32b6eb colSpan=2 height=8><IMG
height=8 src="/kefu/0009/images/t_right.gif" width=11></TD>
</TR>
</TBODY>
</TABLE>
</div>
<script language=JavaScript>
var bNetscape4plus = (navigator.appName == "Netscape" && navigator.appVersion.substring(0,1) >= "4");
var bExplorer4plus = (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.substring(0,1) >= "4");
function CheckUIElements(){
var yMenuFrom, yMenuTo, yButtonFrom, yButtonTo, yOffset, timeoutNextCheck;

if ( bNetscape4plus ) {
yMenuFrom = document["divMenu"].top;
yMenuTo = top.pageYOffset + 295;
}
else if ( bExplorer4plus ) {
yMenuFrom = parseInt (divMenu.style.top, 10);
yMenuTo = document.body.scrollTop + 135; //距页面顶部的距离
}

timeoutNextCheck = 500;

if ( Math.abs (yButtonFrom - (yMenuTo + 152)) < 6 && yButtonTo < yButtonFrom ) {
setTimeout ("CheckUIElements()", timeoutNextCheck);
return;
}

if ( yButtonFrom != yButtonTo ) {
yOffset = Math.ceil( Math.abs( yButtonTo - yButtonFrom ) / 10 );
if ( yButtonTo < yButtonFrom )
yOffset = -yOffset;

if ( bNetscape4plus )
document["divLinkButton"].top += yOffset;
else if ( bExplorer4plus )
divLinkButton.style.top = parseInt (divLinkButton.style.top, 10) + yOffset;

timeoutNextCheck = 10;
}
if ( yMenuFrom != yMenuTo ) {
yOffset = Math.ceil( Math.abs( yMenuTo - yMenuFrom ) / 20 );
if ( yMenuTo < yMenuFrom )
yOffset = -yOffset;

if ( bNetscape4plus )
document["divMenu"].top += yOffset;
else if ( bExplorer4plus )
divMenu.style.top = parseInt (divMenu.style.top, 10) + yOffset;

timeoutNextCheck = 10;
}

setTimeout ("CheckUIElements()", timeoutNextCheck);
}

function OnLoad()
{
var y;
if ( top.frames.length )
if ( bNetscape4plus ) {
document["divMenu"].top = top.pageYOffset + 135;
document["divMenu"].visibility = "visible";
}
else if ( bExplorer4plus ) {
divMenu.style.top = document.body.scrollTop + 235;
divMenu.style.visibility = "visible";
}
CheckUIElements();
return true;
}
OnLoad();</script>

<div align="center">
<table width="80%" height="200" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center"></td>
</tr>
</table>
<table width="80%" height="108" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="32" align="center"><strong>可伸缩的QQ在线客服飘动代码</strong></td>
</tr>
<tr>
<td height="32" align="center">代码整理:<a href="http://www.fxdaima.com/" target="_blank">福星代码站</a></td>
</tr>
<tr>
<td height="32" align="center">*尊重他人劳动成果,转载请自觉注明出处!</td>
</tr>
</table>
<table width="80%" height="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center"></td>
</tr>
</table>
</div>

</BODY>
</HTML>
54客服——免费的网站在线客服 版权所有·严禁复制 浙ICP备2023045438号
专业的网上客服系统-网站客服,流量统计,在线客服,网站客服系统,在线客服,在线客服系统,QQ在线客服代码,msn在线客服代码,贸易通在线客服代码,msn在线客服代码
客服QQ系统在线客服代码,免费客服系统,网站客服,在线客服系统,网站客服系统,QQ在线客服代码,msn在线客服代码