分类: 细语 |
滚动字代码(左右):
<marquee border="0" align="middle"
scrolldelay="120">林中漫步的BLOG</marquee>
滚动字幕代码(上下):
带颜色的阴影效果文字代码:
<P align=center><FONT style="FONT-SIZE: 20pt; FILTER: dropshadow
渐变效果文字代码:
<P
align=center><FONT
style="FONT-SIZE:30pt;filter:alpha(opacity=100,style=1);WIDTH:100%;
代码说明:
opacity属性:设置透明度,取值0至100之间的任意数值,100表示完全不透明;
style属性:设置渐变风格,0表示均匀渐变,1表示线性渐变,2表示放射渐变,3表示直角渐变。
width:100%则表示参与渐变的对象的宽度,通常都设置为100%。
阴影文字效果代码:
阴影的文字效果代码2:
</textarea><table style="FILTER:
dropshadow(color=#cccccc, offx=2, offy=2,
positive=2);">
<font color=#6CABE7 size=2>林中漫步的BLOG</font>
</table>
光晕效果文字代码:
<script language="javascript">
var msg =
"你要显示的文字,如:欢迎来到晓寒工作室,请多提意见。谢谢! "
;
var interval = 120
var spacelen = 120;
var space10=" ";
var seq=0;
function Helpor_net() {
len = msg.length;
window.status = msg.substring(0, seq+1);
seq++;
if ( seq >= len ) {
seq = 0;
window.status = '';
window.setTimeout("Helpor_net();", interval );
}
<MARQUEE scrollAmount=1
scrollDelay=77 direction=up width=270 height=77
onmouseout="this.start()"
onmouseover="this.stop()">我不想擁有愛你的 每一夜
<BR>我也不想要對不起 全世界
<BR>所以不需要解釋誰
<BR>所以可以溫柔不退
<BR>一切就看你心裡要不要勇敢些</MARQUEE>
<BR>我也不想要對不起 全世界
<BR>所以不需要解釋誰
<BR>所以可以溫柔不退
<BR>一切就看你心裡要不要勇敢些</MARQUEE>
林中漫步的BLOG
<P align=center><FONT style="FONT-SIZE: 20pt; FILTER: dropshadow
(color=#228B22,offX=4,offY=2,Positive=1); WIDTH: 100%; COLOR:
#ff7f50; LINE-HEIGHT: 150%; FONT-
FAMILY:
华文行楷"><I><B>林中漫步的BLOG</B></I></FONT></P>
林中漫步的BLOG
COLOR:red;LINE-HEIGHT:100%;FONT-FAMILY:华文行楷"><B>林中漫步的BLOG</B></FONT></P>
林中漫步的BLOG
<FONT style="COLOR: #000000;
FILTER: shadow(color=blue); FONT-FAMILY: 华文彩云; FONT-SIZE:
20pt;
WIDTH:
100%"><B>林中漫步的BLOG</B></FONT>
林中漫步的BLOG
positive=2);">
<font color=#6CABE7 size=2>林中漫步的BLOG</font>
</table>
林中漫步的BLOG
<DIV style="FILTER:
glow(color=#ff6600,strength=6); COLOR: #000000; HEIGHT:
10px"><FONT
size=5>林中漫步的BLOG</FONT></DIV>
几种滚动广告栏
第一种:(把里面的中文改成你要写的内容即可,多加几个document.write就可以多些内容,相应的减少document.write就可以少写内容)
<table border="1" bordercolor="#000000" bgcolor="#6699ff"
cellpadding="5" cellspacing="0">
<tr>
<td>
<SCRIPT language=javascript>
<tr>
<td>
<SCRIPT language=javascript>
document.write ("<marquee scrollamount='1' scrolldelay='30'
direction= 'UP' width='200' id='helpor_net' height='150'
onmouseover='helpor_net.stop()' onmouseout='helpor_net.start()'
Author:redriver; For more,visit:www.helpor.net>")
document.write ("<h2><p align='center'><font
color='#ffffff' face='黑体'>公告</font></h2>")
document.write ("<p align='right'><a href='#' target='_blank'><font color='#ffffff'>与非门</font></a> ")
document.write ("<p><font color='#ffffff' >")
document.write ("<br>欢迎光临我的博客")
document.write ("<br>有什么事可以给我的QQ留言")
document.write ("<br>我最近还开通了自己的播客节目")
document.write ("<br>在土豆网上 ")
document.write ("<br>你可以点击下面的连接进入")
document.write ("<br>谢谢大家提出宝贵意见!")
document.write ("</font>")
document.write ("</marquee> ")
</SCRIPT>
</td>
</tr>
</table>
document.write ("<p align='right'><a href='#' target='_blank'><font color='#ffffff'>与非门</font></a> ")
document.write ("<p><font color='#ffffff' >")
document.write ("<br>欢迎光临我的博客")
document.write ("<br>有什么事可以给我的QQ留言")
document.write ("<br>我最近还开通了自己的播客节目")
document.write ("<br>在土豆网上 ")
document.write ("<br>你可以点击下面的连接进入")
document.write ("<br>谢谢大家提出宝贵意见!")
document.write ("</font>")
document.write ("</marquee> ")
</SCRIPT>
</td>
</tr>
</table>
第二种: