风云小站|Connecting Lives With Infinite New Discoveries » 求助专区 » 求助一个有关网页代码的问题!

求助一个有关网页代码的问题!

tiamoer 初级会员
楼主 2007-03-23 10:23
私信 引用 编辑

求助一个有关网页代码的问题!

因为我买下了一个商城的源代码,结果发现上面居然没有上下浮动的QQ客服的图标。

所以我在网上自己找了一个QQ客服的源代码。。

做好了的地址是:www.020520.cn/qq/qq.asp


我想把它直接加入到www.020520.cn 的首页中。不知道应该如何加,希望各位高手会的话一定帮我解决一下。。我在线等。。
[ 此贴被cai504在2007-03-23 21:44重新编辑 ]
中国四大古城之一:阆中旅游城市欢迎你![url] http://www.lz6u.cn [/url]
yefeng2651 初级会员
#2 2007-03-23 17:22
私信 引用 编辑

不说话??

晕。

再不会,就Q我 注明。

ps。。你卖的东西也太强了。。

Copy code
<script language=JavaScript>
function DivNoMoveInIE(theName,theWantTop,theWantLeft) {
theRealTop=parseInt(document.body.scrollTop)
theTrueTop=theWantTop+theRealTop
document.all[theName].style.top=theTrueTop
theRealLeft=parseInt(document.body.scrollLeft)
theTrueLeft=theWantLeft+theRealLeft
document.all[theName].style.left=theTrueLeft
}
setInterval('DivNoMoveInIE("services",100,0)',1)
</script>


Copy code
<div id="services" style="position:absolute; left:10px; top:80px; width:100px; height:100px; z-index:25">
<table width="118" border="0" cellspacing="0">
<tr>
  <td background="[img]http://www1.xise.cn/qq1/images/up_001.gif[/img]"> </td>
</tr>
<tr>
  <td valign="middle" background="[img]http://www.020520.cn/qq/mid001.gif[/img]">
    <ul style="list-style-image: url([img]http://www.020520.cn/qq/QQonline.gif[/img]); font-size: 12px; text-decoration: none; padding:0 10 0 10; margin: 15 0 10 30;">
        <li><a target=blank href='[url]http://wpa.qq.com/msgrd?V=1&Uin=29462305[/url]'>客服1</a></li>
        <li><a target=blank href='[url]http://wpa.qq.com/msgrd?V=1&Uin=361700035[/url]'>客服2</a></li>
    </ul>
  </td>
</tr>
<tr>
  <td background="[img]http://www.020520.cn/qq/bot_001.gif[/img]"> </td>
</tr>
</table>
</div>
最近评分记录:
  • 风云币:12(cai504)