javascript 文字向上滾動 函數及例子

來源:互聯網
上載者:User
javascript|函數|向上滾動 以下是例子和函數:
把下面的COPY過去看看效果就知道了,主要是每隔1秒向上滾動一行,然後停頓一秒!在供求資訊,新聞,等裡面的應用比較多
<div id="icefable11" style="width:300;">
<table cellSpacing=0 cellPadding=0 width='300' border=0><tr>
<td height='20'><a href='../display/Productview.asp?id=15353' class='40' target=_blank>粗紡呢絨</a></td>
<td height='20'><a href='../display/Productview.asp?id=15022' class='40' target=_blank>聖麻紗線</a></td></tr><tr>
<td height='20'><a href='../display/Productview.asp?id=15002' class='40' target=_blank>沙發坐墊</a></td>
<td height='20'><a href='../display/Productview.asp?id=14998' class='40' target=_blank>汽車靠墊</a></td></tr><tr>
<td height='20'><a href='../display/Productview.asp?id=14995' class='40' target=_blank>床毯</a></td>
<td height='20'><a href='../display/Productview.asp?id=14964' class='40' target=_blank>汽車座墊</a></td></tr><tr>
<td height='20'><a href='../display/Productview.asp?id=14963' class='40' target=_blank>汽車靠墊</a></td>
<td height='20'><a href='../display/Productview.asp?id=14962' class='40' target=_blank>皮毛汽車用品</a></td></tr><tr>
<td height='20'><a href='../display/Productview.asp?id=14919' class='40' target=_blank>晚裝珠袋</a></td>
<td height='20'><a href='../display/Productview.asp?id=14961' class='40' target=_blank>皮毛床毯</a></td></tr><tr>
</tr></table></div>
    <div id="icefable21" style="position:absolute;z-index:1;visibility:hidden"></div></td>
    <script language=javascript>
function init_srolltext(num){
marqueesHeight=20;
eval('stopscroll'+num+'=false;')
eval('icefable1'+num+'.scrollTop=0;')
eval('icefable1'+num+'.style.width=0;')
eval('icefable1'+num+'.style.height=marqueesHeight;')
eval('icefable1'+num+'.style.overflowX="visible";')
eval('icefable1'+num+'.style.overflowY="hidden";')
eval('icefable1'+num+'.noWrap=true;')
eval('icefable1'+num+'.onmouseover=new Function("stopscroll'+num+'=true");')
eval('icefable1'+num+'.onmouseout=new Function("stopscroll'+num+'=false");')
eval('preTop'+num+'=0; ')
eval('currentTop'+num+'=0;')
eval('stoptime'+num+'=0;')
eval('icefable2'+num+'.innerHTML="";')
eval('icefable2'+num+'.innerHTML+=icefable1'+num+'.innerHTML;') 
eval('icefable1'+num+'.innerHTML=icefable2'+num+'.innerHTML+icefable2'+num+'.innerHTML;') 
eval('setInterval("scrollUp'+num+'()",20);')
}
preTop1=0; currentTop1=0; stoptime1=0;
function scrollUp1(){
  if(stopscroll1==true) return;
  currentTop1+=1;
  if(currentTop1==21){
   stoptime1+=1;
   currentTop1-=1;
   if(stoptime1==80){
    currentTop1=0;
    stoptime1=0;
   }
  }else{
   preTop1=icefable11.scrollTop;
   icefable11.scrollTop+=1;
   if(icefable11.scrollTop==preTop1){
     preTop1=0; currentTop1=0; stoptime1=0;icefable11.scrollTop=0
   }
  }
}
init_srolltext(1);
</script>

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.