设置密码

验证码错误,请重新填写

免费建站旅程马上开始

开始建站
建站中

已有帐号?直接登录

首页>森动学院>网站建设教程 > 常用网页漂浮广告代码
常用网页漂浮广告代码
发布时间: 2012-11-12

<body bgcolor="#F7F7F7">

<!--图片漂浮广告代码开始-->

<div id="www_ghoto_cn" style="position:absolute">

<!--链接地址--><a href="http://www.ghoto.cn" _fcksavedurl="http://www.ghoto.cn" target="_blank">

<!--图片地址--><img src="http://www.ghoto.cn/image/logochuntian.gif" _fcksavedurl="http://www.ghoto.cn/image/logochuntian.gif" border="0">

</a>

</div>

<script> 

var x = 50,y = 60 

var xin = true, yin = true 

var step = 1 

var delay = 10 

var obj=document.getElementById("www_ghoto_cn") 

function floatwww_qpsh_com() { 

var L=T=0

//by www.qpsh.com

var 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>