图片向上滚动

 

<div id=icefable1>

        <table width="100" border="0" cellpadding="0" cellspacing="0">

          <tr>

            <td width="100" height="100"><A href="http://连接地址" target="_blank"><IMG height="100" src="PhotoTmp/phto/Enterprise_Logo331c49e7-1b16-435c-95bf-24f71c897fc7.jpg" border="0" wide="100" /></A></td>

          </tr>

          <tr>

            <td height="100"><A href="http://连接地址" target="_blank"><IMG height="100" src="PhotoTmp/phto/Enterprise_Logoda48ed60-e073-44a3-9592-ef46bfc12d76.jpg" border="0" wide="100" /></A></td>

          </tr>

          <tr>

            <td height="100"><A href="http://连接地址" target="_blank"><IMG height="100" src="PhotoTmp/phto/User_Photo7e6ff4c5-bd46-466d-acb2-48b8f79904fd.jpg"      border="0" wide="100" /></A></td>

          </tr>

          <tr>

            <td height="100"><A href="http://连接地址" target="_blank"><IMG height="100" src="E:"JobHoHo"WebPage"PhotoTmp"phto"User_Photo9696f0b4-cc8d-466a-9c13-283b86e14598.jpg" border="0" wide="100" /></td>

          </tr>

        </table>

        <script>

marqueesHeight=300;

topHeight=100;

stopscroll=false;

with(icefable1){

      style.width=0;

      style.height=marqueesHeight;

      style.overflowX="visible";

      style.overflowY="hidden";

      noWrap=true;

      onmouseover=new Function("stopscroll=true");

      onmouseout=new Function("stopscroll=false");

 }

 preTop=0; currentTop=topHeight; stoptime=0;

 icefable1.innerHTML+=icefable1.innerHTML;

function init_srolltext(){

 icefable1.scrollTop=0;

 setInterval("scrollUp()",1);

}init_srolltext();

function scrollUp(){

 if(stopscroll==true) return;

 currentTop+=1;

 if(currentTop==topHeight+1)

 {

      stoptime+=1;

      currentTop-=1;

      if(stoptime==100)

      {

          currentTop=0;

          stoptime=0;         

      }

 }

 else {     

      preTop=icefable1.scrollTop;

      icefable1.scrollTop+=1;

      if(preTop==icefable1.scrollTop){

        icefable1.scrollTop=topHeight;

        icefable1.scrollTop+=1;

      }

 }

}

init_srolltext();

    </script>

    </div>

posted on 2008-02-26 15:59  秋天  阅读(369)  评论(0编辑  收藏  举报

导航