从51aspx首页上提取的qq和阿里旺旺在线客服代码免费下载
【资源属性】:资源名称:从51aspx首页上提取的qq和阿里旺旺在线客服代码
资源大小:16KB
资源类别: 在线客服
更新时间:2023-03-17
资源语言:简体中文
授权方式:免费下载
使用平台:Windows/Linux/Mac
下载地址:下载地址
从51aspx首页上提取的qq和阿里旺旺在线客服代码,需要的朋友可以测试下。
注意:默认是靠左边浮动的,如果要像右边浮动,修改floatQQ.js,中left和right对调
o.style.cssText += ";position:" + (p.f && !ie6 ? 'fixed' : 'absolute') + ";" + (p.l == undefined ? 'left:0;' : 'right:' + p.l + 'px;') + (p.t != undefined ? 'top:' + p.t + 'px' : 'bottom:0');
注意:默认是靠左边浮动的,如果要像右边浮动,修改floatQQ.js,中left和right对调
o.style.cssText += ";position:" + (p.f && !ie6 ? 'fixed' : 'absolute') + ";" + (p.l == undefined ? 'left:0;' : 'right:' + p.l + 'px;') + (p.t != undefined ? 'top:' + p.t + 'px' : 'bottom:0');