网页游动字幕代码
注:红色的字是你要写的信息,粉色的英文代码是游动字幕的颜色,可以修改成你喜欢的字体颜色,绿色字是背景颜色的代码,可以修改程你喜欢的颜色,深蓝色字为游动字的速度,只允许修改粉色、深绿色、蓝色和红色字的代码,否则将会出现问题。
范例:
1、向上游动字幕加特效鼠标;
<MARQUEE onmouseover=this.stop() style="COLOR: green" onmouseout=this.start() scrollAmount=1 scrollDelay=50 direction=up width="100%" bgColor=#ffccff height=88 purple>
<DIV align=center><STRONG>站长公告</DIV><LEFT>本站内容全系转载,若有触犯法律或侵犯版权以及个人隐私等内容,请速与本站联系,以便本站能及时作出处理,最后向各位关心本站的朋友表示衷心的谢意!!欢迎光临本站,常来坐坐,多提宝贵意见!!!联系QQ:317631321 ;250395834 ; 欢迎加入博友之家交友俱乐部。群号:26730554
<STYLE type=TEXT/CSS> BODY {CURSOR: url('http://webme.bokee.com/inc/mouse052.ani'); } A {CURSOR:hand} </STYLE>
</STRONG></MARQUEE>
2、向上游动字幕加特效鼠标;
<MARQUEE id=a onmouseover=a.stop() style="FONT-SIZE: 9pt; WIDTH: 150px; COLOR: green; HEIGHT: 150px" onmouseout=a.start() scrollAmount=2 direction=up width=655 bgColor=#ccffff height=195>
<DIV align=center><STRONG>站长公告</DIV><LEFT>公告内容</LEFT>< ></STRONG></MARQUEE>
<STYLE type=TEXT/CSS> BODY {CURSOR:url('http://webme.bokee.com/inc/mouse034.ani');} A {CURSOR:hand} </STYLE>
3、向上游动字幕加特效鼠标;
<MARQUEE scrollAmount=1 direction=up bgColor=#cc00ff height=80><FONT color=#ccffff><FONT size=3>
<DIV align=center><STRONG>站长公告</DIV><LEFT>欢迎光临本站,本站内容若有触犯法律或侵犯了您的版权以及个人隐私等内容,请及时与本站联系,以便本站能及时作出处理,谢谢您的关注!!!联系QQ:459055</STRONG></FONT></FONT></MARQUEE>
<STYLE>body{CURSOR: url('http://webme.bokee.com/inc/mouse051.ani');}</STYLE>
下面是各种游动字母的代码和一些特效网页代码;
1、向上游动
<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=1 scrollDelay=50 direction=up width="100%" height=88>公告内容</MARQUEE>
2、水平滚动:
<marquee direction="left" align="bottom" height="25" width="100%" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="2" scrolldelay="1">水平滚动字幕内容</marquee>
3、垂直滚动:
<marquee direction="up" height="200" onmouseout="this.start()" onmouseover="this.stop()" scrollAmount="1" scrollDelay="1">垂直滚动字内容</marquee
4、向上滚动字幕的代码:
<marquee behavior="scroll" direction="up" width="200" height="150" loop="-1" scrollamount="1" scrolldelay="1" style="font:12px;" &#111nMouseOver="this.stop();" &#111nMouseOut="this.start();">滚动字幕内容</marquee>
5、水平滚动
<MARQUEE direction=left align="bottom" height="100%" width="100%" onmouseout=this.start()
onmouseover=this.stop() scrollamount="2" scrolldelay="1">
水平滚动字幕内容
</marquee>
6、垂直滚动
<MARQUEE direction=up height=200 onmouseout=this.start()
onmouseover=this.stop() scrollAmount=1 scrollDelay=1>
垂直滚动字内容
</marquee>
7、中间向上游动字幕
<font size=3 color=ff0000><b><center><marquee width=150 height=100 direction=up scrollamount=2>中间是要移动的文字</marquee></font></b></center>
8、跳动文字
<P align=center>
<MARQUEE scrollAmount=5 direction=right behavior=alternate>
<MARQUEE direction=up behavior=alternate width=320 height=300>
<P align=center><FONT style="FONT-SIZE: 40pt; FILTER: shadow(color=#00FF00, strength=50); WIDTH: 280px" face=方正舒体 color=#ff00ff><B>在网页中飞行的文字 娱乐吧</B></FONT></P></MARQUEE></MARQUEE></P><BR>
9、向左移动代码:<marquee>移动的文字</marquee>
10、可以用“direction=”改变运动方向:<marquee direction=left>从右向左移</marquee
11、从左向右移动<marquee direction=right>从左向右移!</marquee>
12、用下面代码可以使文字左右来回运动:<marquee behavior=alternate>移动的文字</marquee>
13、用下面代码可以使文字停顿:<marquee scrolldelay=500 scrollamount=100>走一步,停一停!</marquee
14、蓝色背景用“bgcolor=#”来改变背景:<marquee bgcolor=aaaaee>兰色背景!</marquee>
15.鼠标:
<STYLE type=text/css>
a:hover {cursor:url('http://webme.bokee.com/inc/mouse098.cur')}
BODY {cursor:url('http://webme.bokee.com/inc/mouse098.cur')}
</STYLE>
17.时钟:
18.flash:
一样的,代码是:
<EMBED style="RIGHT: 0px; POSITION: absolute; TOP: 0px" align=middle src=http://imgfree.21cn.com/free/flash/45.swf width=1024 height=768 type=application/x-shockwave-flash ; quality="high" wmode="transparent">
19.滚动的字幕:
<MARQUEE scrollAmount=1 direction=up height=250>你要写的内容,一句话结束想换行,就在这句话后面打<BR> </MARQUEE>
20、文字移动代码
<marquee onmouseover=this.stop() onmouseout=this.start() scrollamount="1" scrolldelay="60" direction="up" width="180" height="210"><div><font color="#ff0000"><b>本站公告</b></font></div><div><font color="#003366">这里是移动文字内容</font></div></marquee>
22、在文章中加入flash动画
勾上显示源代码后,将以下代码加入所有代码后即可放入你想放置的Flash动画。
<P align=center><EMBED pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash src="SWF文件网址" width=480 height=360 type=application/x-shockwave-flash quality="high"></P>
没有经验红色数字请不要更改,以免破坏也面效果
23、.滚动字幕:
<DIV align=center>
<DIV style="OVERFLOW: auto; WIDTH: 159px; HEIGHT: 145px">
<MARQUEE class=p131 scrollAmount=1 scrollDelay=60 direction=up height=145 onmouseover="this.stop()" onmouseout="this.start ()" align="left" WIDTH: 200px;>
<P align=left><FONT size=3> 文字</FONT></P></MARQUEE>
代码中橙色数字为字号大小,根据个人喜好更改
24.添加邮箱快速登录代码
<div align=center><form name="loginmail" onsubmit="function anonymous()
{return chkinput2(this);
}" action=http://219.129.20.144:8000/sendmail.asp method="post" target="_blank"><select tabindex="2" size="1" name="site"> <option value="">请选择你的邮箱</option> <option value="21cn.com">@21cn.com</option> <option value="163.net">@163.net</option> <option value="tom.com">@tom.com</option> <option value="163.com">@163.com</option> <option value="vip.163.com">@vip.163.com</option> <option value="sohu.com">@sohu.com</option> <option value="263.net">@263.net</option> <option value="sina.com">@sina.com</option> <option value="vip.sina.com">@vip.sina.com</option> <option value="mail.china.com">@mail.china.com</option> <option value="china.com">@china.com</option> <option value="netease.com">@netease.com</option> <option value="yeah.net">@yeah.net</option> <option value="etang.com">@etang.com</option> <option value="fm365.com">@fm365.com</option> <option value="cn.yahoo.com">@yahoo.com.cn</option> <option value="xinhuanet.com">@xinhuanet.com</option> <option value="eyou.com">@eyou.com</option> <option value="email.com.cn">@email.com.cn</option> <option value="ynmail.com">@ynmail.com</option> <option value="citiz.net">@citiz.net</option> <option value="126.com">@126.com网易50M</option> <option value="elong.com">@elong.com</option></select><br />帐 号:<input style="FONT-SIZE: 12px" tabindex="3" size="12" name="user" /><br />密码:<input style="FONT-SIZE: 12px" tabindex="3" type="password" size="12" name="pass" /><input style="FONT-SIZE: 13px; WIDTH: 30px; HEIGHT: 24px" onclick="function anonymous()
{setTimeout('clearpass()',1000)
}" tabindex="4" type="submit" size="4" name="Submit2" /></form></div>