哪位高手给我改改代码,是js的代码,想让显示的内容靠上一点,代码如下,高手帮帮忙
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>JS右下角悬浮广告代码</title><meta http-equiv="content-type" content="text/html;charset=gb2312"></head><body><div style="position:absolute;border:1px solid #000;right:0;" id="ad">内容在这里</div><script language="JavaScript" type="text/javascript">function rightBottomAd(){ var abc = document.getElementById("ad"); abc.style.top = document.documentElement.scrollTop+document.documentElement.clientHeight-20+"px"; setTimeout(function(){rightBottomAd();},50);}rightBottomAd();</script><table><tr><td height="1220"></tr></tr></table></body></html>
展开
2个回答
展开全部
clientHeight-20+"px"
那个20改大点就好了,
一句css就可以实现悬浮,用js,你想多了
那个20改大点就好了,
一句css就可以实现悬浮,用js,你想多了
追问
这个js,怎么在网页中调用呢,dedecms做的网站
追答
<div style="position:absolute;border:1px solid #000;right:0;" id="ad">内容在这里</div><script language="JavaScript" type="text/javascript">function rightBottomAd(){ var abc = document.getElementById("ad"); abc.style.top = document.documentElement.scrollTop+document.documentElement.clientHeight-20+"px"; setTimeout(function(){rightBottomAd();},50);}rightBottomAd();</script>
只取这一部分,如果要整站显示,就添加到模版的页头或页尾,
这也没什么特效,建议用css吧,
<div style="position:fixed; bottom:20px; right:0; width:100px; height:100px;">这里是右下角悬浮内容,修改width:100px; height:100px;可以控制大小</div>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询