Marquee 原来也可以这么用
<html> <head> </head> <body> <marquee behavior="alternate" height="400" direction="up" scrollamount="3" scrolldelay="30" width="500" bgcolor="#3399FF"> <marquee behavior="alternate" height="50" direction="left" scrollamount="3" scrolldelay="30" width="100%"> <font style="font-size: 35px">MARQUEE</font> </marquee> </marquee> </body> </html> [ 可先修改部分代码 再运行查看效果 ]