最新在线客服漂浮代码下载

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta name="keywords" content="JS代码,在线客服,JS广告代码,JS特效代码" />
<meta name="description" content="此代码内容为左侧可折叠在线客户代码,属于站长常用代码," />
<LINK rel=stylesheet type=text/css href="css/css.css">
<title>左侧可折叠在线客户代码_咸宁人才网</title>
</head>

<body>

<table width="980" height="2500" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F4F4F4">
  <tr>
    <td align="center" valign="top">
   <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>代码整理:<a href="http://www.ichongyang.com/" target="_blank">咸宁人才网</a> 来源:<a href="http://www.ichongyang.com/" target="_blank">咸宁人才网</a></p>
      <p>*尊重他人劳动成果,转载请自觉注明出处!注:此代码仅供学习交流,请勿用于商业用途。</p>
      <p>功能:可折叠收缩,可随滚动条滚动。</p></p>
    <p></p></td>
  </tr>
</table>

<DIV id=xixi οnmοuseοver=toBig() οnmοuseοut=toSmall()>
<TABLE style="FLOAT: left" border=0 cellSpacing=0 cellPadding=0 width=157>
  <TBODY>
  <TR>
    <TD class=main_head height=39 vAlign=top>&nbsp;</TD></TR>
  <TR>
    <TD class=info vAlign=top>
      <TABLE class=qqtable border=0 cellSpacing=0 cellPadding=0 width=120
      align=center>
        <TBODY>
        <TR>
          <TD align=middle><a href="http://www.ichongyang.com/" target="_blank"><IMG border=0
            src="images/kefu_head.gif"></a> </TD>
        </TR>
        <TR>
          <TD height=5></TD></TR>
        <TR>
          <TD height=30 align=middle><SPAN>在线客服:<BR><a target="_blank" href="http://wpa.qq.com/msgrd?v=3&amp;uin=281540632&amp;site=qq&amp;menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:281540632:46" alt="点击这里给我发消息" title="点击这里给我发消息" /></a></SPAN></TD></TR>
        <TR>
          <TD height=30 align=middle><SPAN>站务咨询:<BR><a target="_blank" href="http://wpa.qq.com/msgrd?v=3&amp;uin=281540632&amp;site=qq&amp;menu=yes"><img border="0" src="http://wpa.qq.com/pa?p=2:281540632:46" alt="点击这里给我发消息" title="点击这里给我发消息" /></a></SPAN></TD></TR>
        <TR>
          <TD height=5></TD></TR>
        <TR>
          <TD height=35 vAlign=top align=middle><A href="http://www.ichongyang.com/user/company/company_jobs.php?act=addjobs" target="_blank"><IMG border=0 src="images/img3-5-btn1.gif" width=90 height=25></A></TD>
        </TR>
        <TR>
          <TD height=38 vAlign=top align=middle><A href="http://www.ichongyang.com/user/personal/personal_resume.php?act=resume_list" target="_blank"><IMG border=0 src="images/img3-5-btn2.gif" width=90 height=25></A></TD>
        </TR>
        <TR>
          <TD align=middle>
            <DIV class=qun><FONT
            color=#9b9b9b>人才交流群</FONT><BR><SPAN><a target="_blank" href="http://qun.qq.com/#jointhegroup/gid/259354927"><img border="0" src="images/gp.png" alt="点击这里加入此群" title="点击这里加入此群"></a></SPAN></DIV></TD></TR>
        <TR>
          <TD align=middle>
            <DIV class=qun><FONT
            color=#9b9b9b>收听微博</FONT><BR><SPAN><iframe src="http://follow.v.t.qq.com/index.php?c=follow&a=quick&name=syyjlyp&style=3&t=1348409168674&f=0" frameborder="0" scrolling="auto" width="65" height="20" marginwidth="0" marginheight="0" allowtransparency="true"></iframe></SPAN></DIV></TD></TR>
        <TR>
          <TD align=middle>&nbsp;</TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD class=down_kefu vAlign=top></TD></TR></TBODY></TABLE>
<DIV class=Obtn></DIV></DIV>
<SCRIPT language=javascript>
  客服果果=function (id,_top,_left){
  var me=id.charAt?document.getElementById(id):id, d1=document.body, d2=document.documentElement;
  d1.style.height=d2.style.height='100%';me.style.top=_top?_top+'px':0;me.style.left=_left+"px";//[(_left>0?'left':'left')]=_left?Math.abs(_left)+'px':0;
  me.style.position='absolute';
  setInterval(function (){me.style.top=parseInt(me.style.top)+(Math.max(d1.scrollTop,d2.scrollTop)+_top-parseInt(me.style.top))*0.1+'px';},10+parseInt(Math.random()*20));
  return arguments.callee;
  };
  window.οnlοad=function (){
  客服果果
  ('xixi',100,-152)
  }
 </SCRIPT>

<SCRIPT language=javascript>
   lastScrollY=0;
   
   var InterTime = 1;
   var maxWidth=-1;
   var minWidth=-152;
   var numInter = 8;
   
   var BigInter ;
   var SmallInter ;
   
   var o =  document.getElementById("xixi");
    var i = parseInt(o.style.left);
    function Big()
    {
     if(parseInt(o.style.left)<maxWidth)
     {
      i = parseInt(o.style.left);
      i += numInter; 
      o.style.left=i+"px"; 
      if(i==maxWidth)
       clearInterval(BigInter);
     }
    }
    function toBig()
    {
     clearInterval(SmallInter);
     clearInterval(BigInter);
      BigInter = setInterval(Big,InterTime);
    }
    function Small()
    {
     if(parseInt(o.style.left)>minWidth)
     {
      i = parseInt(o.style.left);
      i -= numInter;
      o.style.left=i+"px";
      
      if(i==minWidth)
       clearInterval(SmallInter);
     }
    }
    function toSmall()
    {
     clearInterval(SmallInter);
     clearInterval(BigInter);
     SmallInter = setInterval(Small,InterTime);
     
    }
    
</SCRIPT>

</body>
</html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值