脚本大小:16KB
脚本语言:简体中文
脚本类型:国产软件
脚本授权:免费软件
更新时间:2011-12-19 22:55:09
脚本类别:在线客服
相关链接: 官方网址 演示地址
网友评分:3分
应用平台:javascript
从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');
 |