刚弄了自己的网页。想加个qq浮动代码。求助.....谢...
发布网友
发布时间:2022-04-26 07:59
我来回答
共2个回答
热心网友
时间:2022-04-26 09:28
要实现这个必须有两个代码1.浮动代码2.QQ客服代码
浮动代码有对联式的http://www.08nian.cn/article.asp?id=275和左侧、右侧的http://www.08nian.cn/article.asp?id=274选择一个加入网站中
然后再弄一个QQ客服代码比较简单的如<a href="tencent://message/?uin=此处填QQ号码">
如下面的是网站左侧的代码:
<script language=javascript>var specialcode="<DIV id=searchspe style='Z-INDEX: 100; left: 8px; POSITION: absolute; TOP: 50px;'><TABLE cellSpacing=0 cellPadding=0 width=100 style='border-left:1px solid #333333;border-top:1px solid #333333;border-right:1px solid #333333;font-size:12px;color:#ffffff'><TR bgcolor=#2E6287><TD height=20> 推荐↓</TD><TD style='CURSOR: hand' onclick=searchspe.style.visibility='hidden' width=30>关 闭</TD></TR></TABLE><table border='1' width='100' id='table1' bordercolor='#2E6287' height='360'><tr><td>此处写你的QQ客服代码</td></tr></table></DIV>";document.write(specialcode);lastScrollY=0;function heartBeat0(){diffY=document.body.scrollTop;percent=.1*(diffY-lastScrollY);if(percent>0)percent=Math.ceil(percent);else percent=Math.floor(percent);document.all.searchspe.style.pixelTop+=percent;lastScrollY=lastScrollY+percent;}window.setInterval("heartBeat0()",1);</script>
参考资料:http://www.08nian.cn/article.asp?id=341
热心网友
时间:2022-04-26 10:46
这个~~你先去找个漂浮的广告代码
然后把广告连接的代码改成QQ客服连接的那段代码就OK了~~