网页顶部或者底部广告代码 可定时关闭 可用于网站通知等

网页顶部或者底部广告代码 可定时关闭 可用于网站通知等

 

 

<div id="ads" style="width:900px;height:40px;background:green;margin:0 auto; color:#fff;float:inline"><span style="color:#FF0033";float:left">Warm Tips</span>:Due to Chinese New Year holidays,We will on holiday from Jan.20 to Jan.27,so during this time we can not ship goods during this time.Feel free to contact live-chat for questions about items availability. We apologize for inconvenience and rely on your understanding.</div> 
<script type="text/javascript">
var time = 300;
var h = 0;
function addCount()
{
if(time>0)
{
time
--;
h
= h+5;
}
else
{
return;
}
if(h>50) //高度
{
return;
}
document.getElementById(
"ads").style.display = "";
document.getElementById(
"ads").style.height = h+"px";
setTimeout(
"addCount()",30);
}
window.onload
= function showAds()
{
addCount();
setTimeout(
"noneAds()",9800); //停留时间自己调了
}
var T = 100;
var N = 100; //高度
function noneAds()
{
if(T>0)
{
T
--;
N
= N-5;
}
else
{
return;
}
if(N<0)
{
document.getElementById(
"ads").style.display = "none";
return;
}
document.getElementById(
"ads").style.height = N+"px";
setTimeout(
"noneAds()",30);
}
</script>



网页顶部或者底部广告代码 可定时关闭 可用于网站通知等

转载于:https://www.cnblogs.com/waimaole/archive/2012/01/24/2329249.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值