2013-10-11
展开全部
marquee基本语法的全解释
基本语法
<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>
-----------------------------------------------------------------
<html>
<body>
<table width="400" border="1">
<tr>
<td>
<marquee behavior="scroll""><img src="http://www.baidu.com/img/sslm1_logo.gif";><img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/post-jg.gif";><img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-zhidao.gif";></marquee>
</td>
</tr>
</table>
</body>
基本语法
<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>
-----------------------------------------------------------------
<html>
<body>
<table width="400" border="1">
<tr>
<td>
<marquee behavior="scroll""><img src="http://www.baidu.com/img/sslm1_logo.gif";><img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/post-jg.gif";><img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-zhidao.gif";></marquee>
</td>
</tr>
</table>
</body>
推荐于2016-10-23
展开全部
<marquee width="宽度(单位是像素)" height="高度" direction="方向(down/left/right/up)" scrollamount="速度" behavior="方式(alternate[卷轴]/scroll[滑行]/alternate[交替])" onMouseOver=this.stop()[当鼠标放上时停止] onMouseOut=this.start()>内容内容内容内容内容内容内容内容内容内容内容</marquee>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-10-11
展开全部
在你想要它滚动的部分的代码开头用<maqueen> 代码部分 代码的结尾部分</maqueen>你这样控制在预览里就有滚动的效果了
控制速度用scrollamount="3" 3可以改为其他的数据越大它就滚动越快
控制方向用direction="left" left可以改 参考方向:ip down right
格式:<marquee direction="left" scrollamount="3">代码
</marquee>
控制速度用scrollamount="3" 3可以改为其他的数据越大它就滚动越快
控制方向用direction="left" left可以改 参考方向:ip down right
格式:<marquee direction="left" scrollamount="3">代码
</marquee>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-10-11
展开全部
<marquee>内容</marquee> 可以实现
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2013-10-11
展开全部
楼主
你看那些网盲..
用DW了还要写代码吗
直接插入一个标签 选择HTML基本标签 marquee
再弄个图像文字 oK
你看那些网盲..
用DW了还要写代码吗
直接插入一个标签 选择HTML基本标签 marquee
再弄个图像文字 oK
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询