右下角浮动广告代码(仿QQ)
[code]<div style=”position:absolute;border:1px solid #000;right:0;” id=”ad”><a href=”http://www.zishu.cn” mce_href=”http://www.zishu.cn”>子鼠测试.</a></div>//这一行写了这个DIV是绝对定位,最好再加一下z-index;边框为1px的实线黑色边;距右边有0PX; ID=AD;
<script language=”JavaScript” type=”text/javascript”>
function rightBottomAd(){
var abc = document.getElementById(”ad”);
abc.style.top = document.documentElement.scrollTop+document.documentElement.clientHeight-20+”px”;//20是这个层的高度;
setTimeout(function(){rightBottomAd();},50);
}
rightBottomAd();
</script>
[/code] 弄个演示更感激你! :cool: 看看再说 :ohh: 登记收藏先。 :cool: :cool: 加个效果显示更好 谁做个演示? 我给大有一个演示[url]http://dy.cfxxw.com/xijupian/10232/[/url],注意的页面的右下角。 算不算恶意广告
页:
[1]
