上下滚动的QQ在线咨询框

pop:在网上找到了几个QQ在线咨询的代码,不过感觉不好用。

很多都是用框架写的,我下载回来简单的修改了一下,变成DIV+CSS的结构。

提示:
修改css中的 position:absolute;right:50px;的right:50px;可以定位咨询框的位置,如left:30px;

qq.css文件内容:

#STATICMENU {float:left;z-index:999; visibility: visible; width:106px;position:absolute;right:50px;}
#qq1 {float:left;width:106px;height:40px;margin:0 auto;background:url(qq/1.gif);clean:both;}
#qq2 {float:left;width:106px;height:30px;margin:0 auto;background:url(qq/2.gif);clean:both;}
#qq3 {float:left;width:106px;height:44px;margin:0 auto;background:url(qq/3.gif);clean:both;}

qq.html文件内容:

"点击这里给我发送消息"



 

上下滚动的QQ在线咨询框 压缩包下载:
http://good.gd/533348.htm
http://www.22shared.com/08caa92006.htm
http://www.rayfile.com/files/8f402deb-6ae3-11df-af15-0015c55db73d/

Related Posts