可浮动的在线qq咨询客服代码
|
admin
2010年4月27日 1:51
本文热度 6856
|
在给大家推荐了《[url=http://ijavascript.cn/share/float-drag-js-for-qqonline-20.html]qq在线客服代码可以拖动浮动[/url]》然后又推荐了《[url=http://ijavascript.cn/share/float-drag-js-for-qqonline-30.html]qq在线咨询代码上下浮动型[/url]》之后,有朋友问我有没有简单点的可浮动的在线qq咨询客服代码,其实是有的,我先卖个关子说说原理。算了还是上传个在线qq咨询客服代码的演示图片吧。如下图:[br][img]http://ijavascript.cn/admincp/attachment.php?aid=8[/img][br]样子很难看,但是这就是非常简洁的浮动qq客服代码了,其实最简单的qq在线客服代码还是[url=http://imis.qq.com/webpresence/code.shtml]http://imis.qq.com/webpresence/code.shtml[/url]官方的,不过不能浮动。等下提供源程序的打包下载。[br]先看浮动部分的代码,这个floaters函数就是让一个div元素浮动
function floaters() {[br]this.items = [];[br]this.additem = function(id,x,y,content) {[br]document.write('
'+content+'
');[br][br]var newitem = {};[br]newitem.object = document.getelementbyid(id);[br]newitem.x = x;[br]newitem.y = y;[br][br]this.items[this.items.length] = newitem;[br]}[br]this.play = function() {[br]collection = this.items[br]setinterval('play()',10);[br]}[br]}然后是显示部分的代码,play这个函数是控制在线qq咨询客服代码的显示的:
function play() {[br]if(screen.width<=800) {[br]for(var i=0;i
0?1:-1)*math.ceil(math.abs(dx));[br]followobj.style.left=followobj.offsetleft+dx;[br]}[br][br]if(followobj.offsettop!=(document.body.scrolltop+followobj_y)) {[br]var dy=(document.body.scrolltop+followobj_y-followobj.offsettop)*delta;[br]dy=(dy>0?1:-1)*math.ceil(math.abs(dy));[br]followobj.style.top=followobj.offsettop+dy;[br]}[br]followobj.style.display = '';[br]}[br]}演示地址:[url=http://ijavascript.cn/tools/codedemo/float-drag-js-for-qqonline-53/index.htm]float-drag-js-for-qqonline-53/index.htm[/url][br]下载地址:[url=http://ijavascript.cn/tools/codedemo/float-drag-js-for-qqonline-53/float-drag-js-for-qqonline-53.zip]float-drag-js-for-qqonline-53.zip[/url]
[b]tag:[/b] [url=http://ijavascript.cn/tag/%b8%a1%b6%af/index.html]浮动[/url] [url=http://ijavascript.cn/tag/qq%bf%cd%b7%fe/index.html]qq客服[/url] [url=http://ijavascript.cn/tag/%d4%da%cf%dfqq%d7%c9%d1%af/index.html]在线qq咨询[/url] [url=http://ijavascript.cn/tag/%b8%a1%b6%afqq%b4%fa%c2%eb/index.html]浮动qq代码[/url] [url=http://ijavascript.cn/tag/qq%b8%a1%b6%af%bf%cd%b7%fe/index.html]qq浮动客服[/url] [br]kimi post in [url=http://ijavascript.cn/share/index.html]javascript共享[/url] at 2007-09-11 20:50:35. [br]永久地址:[url=http://ijavascript.cn/share/float-drag-js-for-qqonline-53.html]http://ijavascript.cn/share/float-drag-js-for-qqonline-53.html[/url] [br]在百度中搜索《[url=http://baidu.com/s?tn=jianxieshui_pg&word=可浮动的在线qq咨询客服代码]可浮动的在线qq咨询客服代码[/url]》。
该文章在 2010/4/27 1:51:26 编辑过