资料
表格
制度
合同
管理
职场
经营
创业
范文
总结
计划
作文
文章
美文
词句
教程
模板
图片
字体
图标
办公
人事
财务
生产
管理资源吧首页
>>>
教程
>>>
编程
>>>
CSS/HTML教程
>>>
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">glzy8.com</font> </marquee> </marquee> </body> </html> [/html Marquee嵌套 [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%"> <font face="Webdings" style="font-size: 50px">ÿ</font> </marquee> <marquee behavior="alternate" height="50" direction="left" scrollamount="4" scrolldelay="30" width="100%"> <font face="Webdings" style="font-size: 50px">ÿ</font> </marquee> <marquee behavior="alternate" height="50" direction="right" scrollamount="3" scrolldelay="30" width="100%"> <font face="Webdings" style="font-size: 50px">ÿ</font> </marquee> </marquee>
[Ctrl+A 全选 注:
如需引入外部Js需刷新才能执行
]
]
教程首页
更多教程