Dreamweaver制作JSP网页,如何在表格中加一行滚动图片?

来源:百度知道 编辑:UC知道 时间:2024/06/09 05:52:22
滚动字幕也想弄一下

<marquee style="position:relative;" onMouseOver="this.stop()" onMouseOut="this.start()" scrollamount="1" scrolldelay="85" direction="up" behavior="scroll" height="60"> 在这里加要动的滚东西就行了<marquee>

marquee这个就是滚动属性!
direction这个是滚动方向1
onMouseOver="this.stop()" 这个是鼠标放上去停止!另一个自然就是开始了!

<table><tr><td><marquee 属性略><img 属性略></marquee></td></tr></table>