◇◆文字的动态形式
-左右移动
代码如下:<marquee direction="left">左进文字</marquee>
<marquee direction="right">右进文字</marquee>
-上下移动
代码如下:<marquee direction="up"
scrollamount="2" loop="-1"
width="自定" height="自定">
上移的文字
</marquee>
<marquee direction="down"
scrollamount="2" loop="-1"
width="自定" height="自定">
下移的文字
</marquee>