雅马哈天剑王250视频:sos,请问用dreamweaver做网页时,如何让文字和图片滚动显示?被采纳后追加50分

来源:百度文库 编辑:神马品牌网 时间:2024/05/15 04:25:03
如果不太容易说的话,可以加我qq154016754,在线等

<marquee direction="left" height="10" id=per onMouseOut=this.start() onMouseOver=this.stop() scrollamount=1 scrolldelay=2 width="75%">

</marquee>

你在<marquee></marquee>之间加你想要的东西就行了。高度啊,方向啊你可以改里面的参数。

使用 <marquee></marquee>标签!
<marquee name="s1" direction="up|left|right|down" scrollAmount="移动象素" scrollDelay="延迟" behavior="scroll|alternate|slide" loop="times">
text
images
</marquess>