叫美工用flash做一个不就行了

解决方案 »

  1.   

    http://expert.csdn.net/Expert/topicview.asp?id=2000286
      

  2.   

    把这段代码复制过去看看,效果就是你想要的~~********************************************************<marquee behavior=scroll direction=up id=scrollbbs 
    onMouseOut=this.scrollAmount=4; 
    onMouseOver="this.direction='up';this.scrollAmount=0;" scrollamount=4 
    style="HEIGHT: 410; LEFT: -1px; POSITION: absolute; TOP: 1px; WIDTH: 130px"> 
      <table width="100%" border="0" bordercolor="#000000">
        <tr> 
          <td><img src="pic/s_calintz.jpg" width="120" height="120" style="filter:alpha(opacity=80);cursor:hand;" onMouseOver="fade_out(this);" onMouseOut="lightback(this);" border="0"></td>
        </tr>
        <tr> 
          <td><a href="#"><img src="pic/s_felicia.jpg" width="120" height="120" style="filter:alpha(opacity=80)" onMouseOver="fade_out(this);" onMouseOut="lightback(this);" border="0"></a></td>
        </tr>
        <tr> 
          <td><a href="#"><img src="pic/s_ferenan.jpg" width="120" height="120" style="filter:alpha(opacity=80)" onMouseOver="fade_out(this);" onMouseOut="lightback(this);" border="0"></a></td>
        </tr>
        <tr> 
          <td><a href="#"><img src="pic/s_boy_calintz.jpg" width="120" height="120" style="filter:alpha(opacity=80)" onMouseOver="fade_out(this);" onMouseOut="lightback(this);" border="0"></a></td>
        </tr>
        <tr> 
          <td><a href="#"><img src="pic/s_ladrinne.jpg" width="120" height="120" style="filter:alpha(opacity=80)" onMouseOver="fade_out(this);" onMouseOut="lightback(this);" border="0"></a></td>
        </tr>
        <tr> 
          <td><a href="#"><img src="pic/s_juclesia.jpg" width="120" height="120" style="filter:alpha(opacity=80)" onMouseOver="fade_out(this);" onMouseOut="lightback(this);" border="0"></a></td>
        </tr>
        <tr> 
          <td><a href="#"><img src="pic/s_estell.jpg" width="120" height="120" style="filter:alpha(opacity=80)" onMouseOver="fade_out(this);" onMouseOut="lightback(this);" border="0"></a></td>
        </tr>
      </table>
      </marquee></div>
    <div id="Layer3" style="position:absolute; left:553px; top:30px; width:19px; height:25px; z-index:4"><img onMouseOver="document.all.scrollbbs.direction='up';document.all.scrollbbs.scrollAmount=4; document.all.scrollbbs.behavior='scroll';"style="CURSOR: hand" src="pic/up.gif" width="20" height="30"></div>
    <div id="Layer4" style="position:absolute; left:550px; top:407px; width:18px; height:27px; z-index:5"><img onMouseOver="document.all.scrollbbs.direction='down';document.all.scrollbbs.scrollAmount=4;document.all.scrollbbs.behavior='scroll';" style="CURSOR: hand" src="pic/down.gif" width="20" height="30"></div>