中国IT动力,最新最全的IT技术教程
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 硬件维护 | 未整理篇 | 站长教程
ASP JS PHP工程 ASP.NET 网站建设 UML J2EESUN .NET VC VB VFP 网络维护 数据库 DB2 SQL2000 Oracle Mysql
服务器 Win2000 Office C DreamWeaver FireWorks Flash PhotoShop 上网宝典 CorelDraw 协议大全 网络安全 微软认证
硬件维护  CPU  主板  硬盘  内存  显卡  显示器  键盘鼠标  声卡音箱  打印机  机箱电源  BIOS  网卡  C#  Java  Delphi  vs.net2005
  当前位置:> 程序开发 > Web开发 > Asp > 综合文章
htmlmarquee标记
作者:佚名 时间:2004-10-06 10:44 出处:互连网 责编:chinaitpower
              摘要:htmlmarquee标记
基本语法 
<marquee> ... </marquee> 
移动属性的设置 ,这种移动不仅仅局限于文字,也可以应用于图片,表格等等 
方向 
<direction=#> #=left, right ,up ,down <marquee direction=left>从右向左移!</marquee> 
方式 
<bihavior=#> #=scroll, slide, alternate <marquee behavior=scroll>一圈一圈绕着走!</marquee> 
<marquee behavior=slide>只走一次就歇了!</marquee> 
<marquee behavior=alternate>来回走</marquee> 
循环 
<loop=#> #=次数;若未指定则循环不止(infinite) <marquee loop=3 width=50% behavior=scroll>只走 3 趟</marquee> <P> 
<marquee loop=3 width=50% behavior=slide>只走 3 趟</marquee> 
<marquee loop=3 width=50% behavior=alternate>只走 3 趟!</marquee> 
速度 
<scrollamount=#> <marquee scrollamount=20>啦啦啦,我走得好快哟!</marquee> 
延时 
<scrolldelay=#> <marquee scrolldelay=500 scrollamount=100>啦啦啦,我走一步,停一停!</marquee> 
外观(Layout)设置 
对齐方式(Align) 
<align=#> #=top, middle, bottom <font size=6> 
<marquee align=# width=400>啦啦啦,我会移动耶!</marquee> 
</font> 
底色 
<bgcolor=#> #=rrggbb 16 进制数码,或者是下列预定义色彩: 
Black, Olive, Teal, Red, Blue, Maroon, Navy, Gray, Lime, 
Fuchsia, White, Green, Purple, Silver, Yellow, Aqua <marquee bgcolor=aaaaee>颜色!</marquee> 
面积 
<height=# width=#> <marquee height=40 width=50% bgcolor=aaeeaa>面积!</marquee> 
空白 
(Margins)<hspace=# vspace=#> 
<marquee hspace=20 vspace=20 width=150 bgcolor=ffaaaa align=middle>面积!</marquee>
方向 
<direction=#> #=left, right ,up ,down <marquee direction=left>从右向左移!</marquee> 
方式 
<bihavior=#> #=scroll, slide, alternate <marquee behavior=scroll>一圈一圈绕着走!</marquee> 
<marquee behavior=slide>只走一次就歇了!</marquee> 
<marquee behavior=alternate>来回走</marquee> 
循环 
<loop=#> #=次数;若未指定则循环不止(infinite) <marquee loop=3 width=50% behavior=scroll>只走 3 趟</marquee> <P> 
<marquee loop=3 width=50% behavior=slide>只走 3 趟</marquee> 
<marquee loop=3 width=50% behavior=alternate>只走 3 趟!</marquee> 
速度 
<scrollamount=#> <marquee scrollamount=20>啦啦啦,我走得好快哟!</marquee> 
延时 
<scrolldelay=#> <marquee scrolldelay=500 scrollamount=100>啦啦啦,我走一步,停一停!</marquee> 
外观(Layout)设置 
对齐方式(Align) 
<align=#> #=top, middle, bottom <font size=6> 
<marquee align=# width=400>啦啦啦,我会移动耶!</marquee> 
</font> 
底色 
<bgcolor=#> #=rrggbb 16 进制数码,或者是下列预定义色彩: 
Black, Olive, Teal, Red, Blue, Maroon, Navy, Gray, Lime, 
Fuchsia, White, Green, Purple, Silver, Yellow, Aqua <marquee bgcolor=aaaaee>颜色!</marquee> 
面积 
<height=# width=#> <marquee height=40 width=50% bgcolor=aaeeaa>面积!</marquee> 
空白 
(Margins)<hspace=# vspace=#> 
<marquee hspace=20 vspace=20 width=150 bgcolor=ffaaaa align=middle>面积!</marquee>
关闭本页
 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 chinaitpower.com All rights reserved. www.chinaitpower.com 版权所有