请问哪里能找到多张图片不断向上滚动的JS代码?

CoSource 2003-07-15 10:32:21
多张图片并在一起不断向上滚动的javascript代码,
我找了很久都没找到,请各位指点指点!
...全文
532 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
gooddot 2003-07-15
  • 打赏
  • 举报
回复
http://expert.csdn.net/Expert/topicview.asp?id=2000286
CoSource 2003-07-15
  • 打赏
  • 举报
回复
用FLASH好象不能换图片吧?
sportdog 2003-07-15
  • 打赏
  • 举报
回复
叫美工用flash做一个不就行了
形印声传 2003-07-15
  • 打赏
  • 举报
回复
把这段代码复制过去看看,效果就是你想要的~~

********************************************************

<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>

87,988

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 JavaScript
社区管理员
  • JavaScript
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧