新地能源设计院:我想问用dreamweaver制作滚动字体的方法。

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/14 06:28:37
分值少,请原谅!

分不是问题!!!采用我的就行~~~~
<marquee id="scrollarea" direction="up" scrolldelay="5" scrollamount="5" width="167" height="580" onmouseover="this.stop();" onmouseout="this.start();"> 内容 </marquee>

direction=方向 up,left,right
scrolled=滚动方式
scrollamount= 速度 越小越慢
width=宽
height=高
onmouseover="this.stop();" 鼠标放在上面停止移动
onmouseout="this.start();" 拿开鼠标继续移动
scrollAmount=2 表示移动速度 数字越大,速度越快
behavior="alternate" 左右滚动