网页右侧漂浮代码 30
网页右侧漂浮代码,网页上下滚动,而代码不滚动。我想在代理中放QQ在线咨询代码。类似于其他网站右侧漂浮的在线咨询图片。...
网页右侧漂浮代码,网页上下滚动,而代码不滚动。我想在代理中放QQ在线咨询代码。类似于其他网站右侧漂浮的在线咨询图片。
展开
展开全部
下面是代码,要改显示内容改suspendcode变量里的内容,有问题hi我
<div style="height:1000px"></div>
<script>
lastScrollY=0;
function heartBeat(){
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
diffY = document.documentElement.scrollTop;
else if (document.body)
diffY = document.body.scrollTop
else
{/*Netscape stuff*/}
percent=.1*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.getElementById("full").style.top=parseInt(document.getElementById("full").style.top)+percent+"px";
lastScrollY=lastScrollY+percent;
}
suspendcode="<div id=\"full\" style='right:15px;POSITION:absolute;TOP:150px;z-index:100'><a href='#Top'><img src=http://www.lunuo.cc/images/detail-top.png border=0 alt='返回顶部'></a><br></div>"
document.write(suspendcode);
window.setInterval("heartBeat()",1);
</script>
<a name="end">
<div style="height:1000px"></div>
<script>
lastScrollY=0;
function heartBeat(){
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
diffY = document.documentElement.scrollTop;
else if (document.body)
diffY = document.body.scrollTop
else
{/*Netscape stuff*/}
percent=.1*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.getElementById("full").style.top=parseInt(document.getElementById("full").style.top)+percent+"px";
lastScrollY=lastScrollY+percent;
}
suspendcode="<div id=\"full\" style='right:15px;POSITION:absolute;TOP:150px;z-index:100'><a href='#Top'><img src=http://www.lunuo.cc/images/detail-top.png border=0 alt='返回顶部'></a><br></div>"
document.write(suspendcode);
window.setInterval("heartBeat()",1);
</script>
<a name="end">
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询