html简单右侧客服,浮动在网页右侧的简洁QQ在线客服

浮动在网页右侧的简洁QQ在线客服-www.codefans.net

.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;

}

qq.gif
客 服 中 心
手机:12345692877

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 = 40;

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;

}

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";

}

以下这个是直接可以打开QQ消息框的代码:

        联系我联系我

来源:https://www.cnblogs.com/mane/archive/2010/09/18/1830001.html

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值