Marquee進階用法執行個體代碼_經驗交流
來源:互聯網
上載者:User
<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%"> jb51.net </marquee> </marquee> </body> </html>[/htmlMarquee嵌套 [html]<marquee height="400" direction="up" scrollamount="5" scrolldelay="30" width="200" bgcolor="#3399FF"> <marquee behavior="alternate" height="50" direction="right" scrollamount="4" scrolldelay="30" width="100%"> ÿ </marquee> <marquee behavior="alternate" height="50" direction="left" scrollamount="4" scrolldelay="30" width="100%"> ÿ </marquee> <marquee behavior="alternate" height="50" direction="right" scrollamount="3" scrolldelay="30" width="100%"> ÿ </marquee> </marquee>
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]]