QQ客服 右侧悬浮JS实现代码

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!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>
<title>右侧悬浮 QQ在线客服</title>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
<style type="text/css">
.qqbox a:link {
    color: #000;
    text-decoration: none;
}
.qqbox a:visited {
    color: #000;
    text-decoration: none;
}
.qqbox a:hover {
    color: #f80000;
    text-decoration: underline;
}
.qqbox a:active {
    color: #f80000;
    text-decoration: underline;
}
.qqbox {
    width: 132px;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100px;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0px;
}
.qqlv {
    width: 25px;
    height: 256px;
    overflow: hidden;
    position: relative;
    float: right;
    z-index: 50px;
}
.qqkf {
    width: 120px;
    height: auto;
    overflow: hidden;
    right: 0;
    top: 0;
    z-index: 99px;
    border: 6px solid #138907;
    background: #fff;
}
.qqkfbt {
    width: 118px;
    height: 20px;
    overflow: hidden;
    background: #138907;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
    border: 1px solid #9CD052;
    cursor: pointer;
    text-align: center;
}
.qqkfhm {
    width: 112px;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    padding-right: 8px;
    position: relative;
    margin: 3px 0;
}
.bgdh {
    width: 102px;
    padding-left: 10px;
}
</style>
</head>
<body>
<div class="qqbox" id="divQQbox">
  <div class="qqlv" id="meumid" onmouseover="show()">
    <h2 style="background: #093; color: #FFF; padding: 3px">QQ在线客服</h2>
  </div>
  <div class="qqkf" style="display: none;" id="contentid"
    onmouseout="hideMsgBox(event)">
    <div class="qqkfbt"
    onmouseout="showandhide('qq-','qqkfbt','qqkfbt','K',5,1);" id="qq-1"
    onfocus="this.blur();">客 服 中 心</div>
    <div id="K1">
      <div class="qqkfhm bgdh"><a href="tencent://message/?uin=10000"><img
    src="http://wpa.qq.com/pa?p=1:10000:4" border="0">在线客服</a><br />
      </div>
      <div class="qqkfhm bgdh"><a href="tencent://message/?uin=10000"><img
    src="http://wpa.qq.com/pa?p=1:10000:4" border="0">在线客服</a></div>
      <div class="qqkfhm bgdh">手机:13000000000</div>
    </div>
    <div class="qqkfbt"
    onClick="showandhide('qq-','qqkfbt','qqkfbt','K',5,2);" id="qq-2"
    onfocus="this.blur();">充 值 中 心</div>
    <div id="K2" style="display: none">
      <div class="qqkfhm bgdh"><a href="tencent://message/?uin=10000"><img
    src="http://wpa.qq.com/pa?p=1:10000:4" border="0">在线客服</a><br />
      </div>
      <div class="qqkfhm bgdh"><a href="tencent://message/?uin=10000"><img
    src="http://wpa.qq.com/pa?p=1:10000:4" border="0">在线客服</a></div>
      <div class="qqkfhm bgdh">手机:13000000000</div>
    </div>
    <div class="qqkfbt"
    onClick="showandhide('qq-','qqkfbt','qqkfbt','K',5,3);" id="qq-3"
    onfocus="this.blur();">机 房 中 心</div>
    <div id="K3" style="display: none">
      <div class="qqkfhm bgdh"><a href="tencent://message/?uin=10000"><img
    src="http://wpa.qq.com/pa?p=1:10000:4" border="0">在线客服</a><br />
      </div>
      <div class="qqkfhm bgdh"><a href="tencent://message/?uin=10000"><img
    src="http://wpa.qq.com/pa?p=1:10000:4" border="0">在线客服</a></div>
      <div class="qqkfhm bgdh">手机:13000000000</div>
    </div>
    <div class="qqkfbt"
    onClick="showandhide('qq-','qqkfbt','qqkfbt','K',5,4);" id="qq-4"
    onfocus="this.blur();">咨 询 联 系</div>
    <div id="K4" style="display: none">
      <div class="qqkfhm bgdh"><a href="tencent://message/?uin=10000"><img
    src="http://wpa.qq.com/pa?p=1:10000:4" border="0">在线客服</a><br />
      </div>
      <div class="qqkfhm bgdh"><a href="tencent://message/?uin=10000"><img
    src="http://wpa.qq.com/pa?p=1:10000:4" border="0">在线客服</a></div>
      <div class="qqkfhm bgdh">手机:13000000000</div>
    </div>
    <div class="qqkfbt"
    onClick="showandhide('qq-','qqkfbt','qqkfbt','K',5,5);" id="qq-5"
    onfocus="this.blur();">投 诉 建 议</div>
    <div id="K5" style="display: none">
      <div class="qqkfhm bgdh"><a href="tencent://message/?uin=10000"><img
    src="http://wpa.qq.com/pa?p=1:10000:4" border="0">在线客服</a><br />
      </div>
      <div class="qqkfhm bgdh"><a href="tencent://message/?uin=10000"><img
    src="http://wpa.qq.com/pa?p=1:10000:4" border="0">在线客服</a></div>
      <div class="qqkfhm bgdh">手机:13000000000</div>
    </div>
  </div>
</div>
<script language="javascript">
function showandhide(h_id,hon_class,hout_class,c_id,totalnumber,activeno) {
    var h_id,hon_id,hout_id,c_id,totalnumber,activeno;
    for (var i=1;i<=totalnumber;i++) {
        document.getElementById(c_id+i).style.display='none';
        document.getElementById(h_id+i).className=hout_class;
    }
    document.getElementById(c_id+activeno).style.display='block';
    document.getElementById(h_id+activeno).className=hon_class;
}
var tips;
var theTop = 100;
var old = theTop;
function initFloatTips()
{
    tips = document.getElementById('divQQbox');
    moveTips();
}
function moveTips()
{
          var tt=50;
          if (window.innerHeight)
          {
        pos = window.pageYOffset 
          }else if (document.documentElement && document.documentElement.scrollTop) {
        pos = document.documentElement.scrollTop 
          }else if (document.body) {
            pos = document.body.scrollTop; 
          }
          //http:
          pos=pos-tips.offsetTop+theTop;
          pos=tips.offsetTop+pos/10;
          if (pos < theTop){
             pos = theTop;
          }
          if (pos != old) {
             tips.style.top = pos+"px";
             tt=10;//alert(tips.style.top); 
          }
          old = pos;
          setTimeout(moveTips,tt);
}
initFloatTips();
    if(typeof(HTMLElement)!="undefined")//给firefox定义contains()方法,ie下不起作用
        
          HTMLElement.prototype.contains=function (obj) 
          
              while(obj!=null&&typeof(obj.tagName)!="undefind"){//
           if(obj==this) return true
             obj=obj.parentNode;
              } 
              return false
          }
    }
function show()
{
    document.getElementById("meumid").style.display="none"
    document.getElementById("contentid").style.display="block"
}
    function hideMsgBox(theEvent){
      if (theEvent){
        var browser=navigator.userAgent;
        if (browser.indexOf("Firefox")>0){//Firefox
            if (document.getElementById("contentid").contains(theEvent.relatedTarget)) {
                return
            }
        }
        if (browser.indexOf("MSIE")>0 || browser.indexOf("Presto")>=0){
            if (document.getElementById('contentid').contains(event.toElement)) {
                return;//结束函式
            }
        }
      }
      document.getElementById("meumid").style.display = "block";
      document.getElementById("contentid").style.display = "none";
    }
</script>
</body>
</html>