提示:您可以先修改部分代碼再運行
<body bgcolor="#F7F7F7"><!--圖片漂浮廣告代碼開始--><div id="www_qpsh_com" ><!--連結地址--><!--圖片地址--></div><script> var x = 50,y = 60 var xin = true, yin = true var step = 1 var delay = 10 var obj=document.getElementById("www_qpsh_com") function floatwww_qpsh_com() { var L=T=0//by www.111cn.netvar R= document.body.clientWidth-obj.offsetWidth var B = document.body.clientHeight-obj.offsetHeight obj.style.left = x + document.body.scrollLeft obj.style.top = y + document.body.scrollTop x = x + step*(xin?1:-1) if (x < L) { xin = true; x = L} if (x > R){ xin = false; x = R} y = y + step*(yin?1:-1) if (y < T) { yin = true; y = T } if (y > B) { yin = false; y = B } } var itl= setInterval("floatwww_qpsh_com()", delay) obj.onmouseover=function(){clearInterval(itl)} obj.onmouseout=function(){itl=setInterval("floatwww_qpsh_com()", delay)} </script><!--圖片漂浮廣告代碼結束--></body>本代碼由網頁特效網提供
提示:您可以先修改部分代碼再運行