友情链接应用特效


图片滚动到一定位置后停顿一会儿,然后再向上滚动,循环不间断。

效果演示地址:(见友情链接)

http://www.ytsb.net

代码:

<div id="icefable1">
<!--插入你的图片链接-->

<script>marqueesHeight=115;
stopscroll=false;
with(icefable1){
   style.width=640;
   style.height=marqueesHeight;
   style.overflowX="visible";
   style.overflowY="hidden";
   noWrap=true;
   onmouseover=new Function("stopscroll=true");
   onmouseout=new Function("stopscroll=false");
  }
  preTop=0; currentTop=115; stoptime=0;
  icefable1.innerHTML+=icefable1.innerHTML;
  

function init_srolltext(){
  icefable1.scrollTop=0;
  setInterval("scrollUp()",20);
}init_srolltext();

function scrollUp(){
  if(stopscroll==true) return;
  currentTop+=1;
  if(currentTop==116)
  {
   stoptime+=1;
   currentTop-=1;
   if(stoptime==114)
   {
    currentTop=0;
    stoptime=0;    
   }
  }
  else {  
   preTop=icefable1.scrollTop;
   icefable1.scrollTop+=1;
   if(preTop==icefable1.scrollTop){
     icefable1.scrollTop=115;
     icefable1.scrollTop+=1;
    
   }
  }

}
  
            </script>
    </div>


==================================================================
下面是我已经调试好的友情链接,将原{$ShowFriendSite(1,21,7,2)}代码,用下面的代码替换即可:

<!--友情链接滚动代码开始-->
<div id="icefable2">
{$ShowFriendSite(1,21,7,2)}
<script>marqueesHeight=41;
stopscroll=false;
with(icefable2){
   style.width=750;
   style.height=marqueesHeight;
   style.overflowX="visible";
   style.overflowY="hidden";
   noWrap=true;
   onmouseover=new Function("stopscroll=true");
   onmouseout=new Function("stopscroll=false");
  }
  preTop=0; currentTop=41; stoptime=0;
  icefable2.innerHTML+=icefable2.innerHTML;
  

function init_srolltext(){
  icefable2.scrollTop=0;
  setInterval("scrollUp()",50);
}init_srolltext();

function scrollUp(){
  if(stopscroll==true) return;
  currentTop+=1;
  if(currentTop==42)
  {
   stoptime+=1;
   currentTop-=1;
   if(stoptime==40)
   {
    currentTop=0;
    stoptime=0;    
   }
  }
  else {  
   preTop=icefable2.scrollTop;
   icefable2.scrollTop+=1;
   if(preTop==icefable2.scrollTop){
     icefable2.scrollTop=41;
     icefable2.scrollTop+=1;
    
   }
  }

}
  
            </script>
          </div>      
    <!--友情链接滚动代码结束-->

文章来自: Original
引用通告: 查看所有引用 | 我要引用此文章
Tags:
相关日志:
评论: 6 | 引用: 0 | 查看次数: 940
发表评论
昵 称:
密 码: 游客发言不需要密码.
内 容:
验证码: 验证码
选 项:
虽然发表评论不用注册,但是为了保护您的发言权,建议您注册帐号.
字数限制 20 字 | UBB代码 关闭 | [img]标签 关闭