SoFunction
Updated on 2025-04-10

js QQ customer service suspended effect implementation code

js QQ customer service suspended effect implementation code

Updated: December 12, 2014 15:27:43 Submission: mdxy-dxy
A piece of QQ customer service floating special effect code implemented by js is often used to display QQ customer service online information on web pages. It is a very practical piece of code

Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:///TR/xhtml1/DTD/">
<html xmlns="http:///1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>QQCustomer service suspended special effect code_www.</title>
</head>
<body style="height:2000px;">
<script type="text/javascript">
 =  =  = function ()
{
 var oBox = ("qqbox_zzjs");
 var oLine = ("online_lanrenzhijia");
 var oMenu = ("menu_zzjs_net");
 var iScrollTop =  || ;
 setTimeout(function ()
 {
 clearInterval();
 var iTop = parseInt(( - )/2) + iScrollTop;
  = setInterval(function ()
 {
  var iSpeed = (iTop - ) / 8;
  iSpeed = iSpeed > 0 ? (iSpeed) : (iSpeed);
   == iTop ? clearInterval() : ( =  + iSpeed + "px");
 }, 30)
 }, 100)
  = function ()
 {
  = 131 + "px";
  = "block";
  = "none";
 };
  = function ()
 {
  = '';
  = "none";
  = "block";
 };
};
("<style>img{border:0;}ul,li{padding:0;margin:0;}.box_lanrenzhijia {z-index:99;right:0;width:128px;height:195px;position:absolute;}.box_lanrenzhijia .press{right:0;width:36px;cursor:pointer;position:absolute;height:128px;}.box_lanrenzhijia .zzjs_net_list{left:0;width:131px;position:absolute;height:195px;background:url(images/20120321lanrenzhijia_1.gif) no-repeat left center;}.box_lanrenzhijia .zzjs_net_list ul{padding:37px 0 0 21px;}.box_lanrenzhijia .zzjs_net_list li{height:26px;margin-bottom:3px;_margin-bottom:3px; list-style-type:none;}</style><div class=\"box_lanrenzhijia\" id=\"qqbox_zzjs\"><div class=\"zzjs_net_list\" id=\"online_lanrenzhijia\" style=\"display:none;\"><ul><li><a href=\"/msgrd?V=1&Uin=123456789&Site=I&Menu=yes\"><img src=\"images/20111126lanrenzhijia_3.gif\" alt=\"My customer service number one"></a></li><li><a href=\"/msgrd?V=1&Uin=123456789&Site=I&Menu=yes\"><img src=\"images/20111126lanrenzhijia_3.gif\" alt=\"My customer service number 2"></a></li><li><a href=\"/msgrd?V=1&Uin=123456789&Site=I&Menu=yes\"><img src=\"images/20111126lanrenzhijia_3.gif\" alt=\"My customer service number 3"></a></li><li><a href=\"/msgrd?V=1&Uin=123456789&Site=I&Menu=yes\"><img src=\"images/20111126lanrenzhijia_3.gif\" alt=\"My No. 4 Customer Service\"></a></li><li><a href=\"/msgrd?V=1&Uin=123456789&Site=I&Menu=yes\"><img src=\"images/20111126lanrenzhijia_3.gif\" alt=\"My No. 5 Customer Service\"></a></li></ul></div><div id=\"menu_zzjs_net\"><img src=\"images/20111126lanrenzhijia_4.gif\" class=\"press\" alt=\"Online Customer Service\"></div></div>");
</script>
</body>
</html>
  • QQ Customer Service
  • Suspension

Related Articles

  • Click the code to pop up. Click anywhere on the page to pop up the page effect code

    Sometimes you need to click anywhere on the page to pop up the page effect, which is mostly used for game and navigation website promotion.
    2012-09-09
  • Special effects of windows of pop-up hidden layer based on jQuery

    jQuery pops up a window special effect with a hidden layer, and there are a few small pictures missing. Make a few of them yourself and make up for them. This is not the key thing.
    2011-08-08
  • JavaScript implements code to float boxes in the current window

    JavaScript implements the code that floats in the current window, and there are comments in the code. Friends who need to learn can refer to it.
    2010-03-03
  • JS implements the keyboard to control the up, down, left and right DIV + zoom in and out and color change

    Use the keyboard to control the DIV, and the red square is the keyboard operation area. You can perform the following operations: left and right control; the background becomes green; the background becomes yellow; the background becomes blue to zoom in or out
    2012-12-12
  • js interlaced color change, mouse stroke color change code

    There are already many similar codes when interlaced color changes and mouse strokes over color changes. Out of a learning attitude, I will send another one because the writing method of changing colors for each interlaced color is different.
    2010-10-10
  • js floating advertising implementation code (collection classic) compliant with W3C

    The js floating advertising implementation code is actually a small picture that scrolls back and forth, and returns when it hits the edge. It is also a form of advertising. Friends who need it can collect it.
    2012-04-04
  • Very good compatibility with js lower right corner with floating ad code

    The compatibility is very good. The lower right corner of js and the floating advertising code is available. Friends who need it can refer to it.
    2010-11-11
  • Pure CSS to achieve playing cards

    It’s so awesome to achieve playing cards with pure CSS? At first I thought it was a picture, but later I found that no pictures were called in the code. I was a little surprised. CSS is indeed very awesome, or is the author's level relatively good?
    2010-09-09
  • js super beautiful mouse prompt with humanized notch

    The beautiful mouse prompt has a humanized gap. During the test, you can change the size of the browser window. You can see that the gap will intelligently change the direction according to the size of the web page to ensure the correctness of the prompt position. In fact, you can learn more JavaScript and CSs code knowledge.
    2010-11-11
  • You can edit the web page text effect code online (click)

    You can edit the web page text effect code online, click to edit the text. Friends who like it can refer to it
    2013-03-03

Latest Comments