四叶草网站首叶中用到的代码

合集下载
相关主题
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
循环
<loop=#> #=次数;若未指定则循环不止(infinite) <marquee loop=3 width=50% behavior=scroll>只走3趟</marquee>
<marquee loop=3 width=50% behavior=slide>只走3趟</marquee>
<marquee loop=3 width=50% behavior=alternate>只走3趟!</marquee>
<img width="245" height="180"dynsrc="music/yujian.wmv"start="mouseover" >
3、文字滚动代码:在body中插入
<marqueedirection=up height=120 onmouseout=this.start()onmouseover=this.stop() scrollAmount=1 scrollDelay=40 width=160>滚动文字内容</marquee>
方式
<behavior=#> #=scroll, slide, alternate <marquee behavior=scroll>一圈一圈绕着走!</marquee>
<marquee behavior=slide>只走一次就歇了!</marquee>
<marquee behavior=alternate>来回走</marquee>
对齐方式(Align)
<align=#> #=top, middle, bottom <font size=6>
<marquee align=# width=400>啦啦啦,我会移动耶!</marquee>
</font>
底色
<bgcolor=#> #=rrggbb 16进制数码,或者是下列预定义色彩:
<marquee>****</marquee>属性说明:
鼠标属性
onMouseOut=this.start() ........鼠标移出状态滚动
onMouseOver=this.stop() .........鼠标经过时停止滚动
方向
<direction=#> #=left, right ,up ,down <marquee direction=left>从右向左移!</marquee>
四叶草网站首页中用到的代码
1、鼠标效果代码:在head中插入
<STYLE type=text/css>
a:hover { cursor:url('images/mouse07.cur')}
body { cursor:url('images/mouse02.cur')}
</STYLE>
2、视频效果代码:在body中插入
速度
<scrollamount=#> <marquee scrollamount=20>啦啦啦,我走得好快哟!</marquee>
延时
<scrolldelay=#> <marquee scrolldelay=500 scrollamount=100>啦啦啦,我走一步,停一停!</marquee>
外观(Layout)设置
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>Baidu Nhomakorabea积!</marquee>
相关文档
最新文档