用雙層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">Ouyang</font> </marquee> </marquee> </body> </html>
復制下來試試!