乐从到宝鸡物流专线:求助网页制作问题,很急~谢谢了!跪谢!

来源:百度文库 编辑:神马品牌网 时间:2024/05/01 01:02:46
我很急想做一个网页,记得以前看过一个叫“蛛儿的故事”的网页,那个网页里面,字,是一个一个蹦出来的。效果特别好。我也想弄一个,可不知道应该是怎么弄,谁能教我一下?谢谢了!!真的很急!就两天时间了~求你们了~~~谢谢!!!!!

跳动文字代码

<MARQUEE behavior=alternate direction=up height=98 scrollAmount=5>

<MARQUEE behavior=altrnate scrollAmount=2 width=460>

<FONT color=red face=楷体_gb2312 size=7>要设置的文字</FONT>

</MARQUEE></MARQUE>

3D文字效果

<style type="text/css">

.3dfont { FILTER: glow(color=ffffff,strength=0) shadow(color=cccccc,direction:135); POSITION: relative; WIDTH: 100% }

</style>

<table border="0" width="100%">

<tr>

<td width="100%" class="3dfont"><font color="#008040">要设置的文字</font>

高斯模糊字体

<span style="position:relative; width:200; height:50; filter:glow(color=#9933cc,strength=4); margin-left:4px">

<p>要设置的文字</span>

文字左右反转

<table style="Filter:FlipH">要设置的文字</table>

文字上下反转

<table style="Filter:FlipV">要设置的文字</table>

Blur风吹效果

<table style="Filter:Blur(add=1,direction=45,strength=5)要设置的文字</table>

add:是否要在已经使用Blur滤镜上的html对象上显示原来的模糊方向,0表示不显示

direction:模糊方向

strength:模糊半径大小,单位像素,默认为5,取整

Glow滤镜(光晕效果)

<table style="Filter:Glow(color=#FF0000,strength=5,direction=2)">要设置的文字</table>

color:光晕颜色,需用代码形式

strength:光晕强度,选择型参数,默认为5

direction:光晕方向,选择型参数

Shadow滤镜(阴影效果)

<table style="Filter:Shadow(color=#ff0000,direction=45)">要设置的文字</table>

color:阴影颜色,需用代码形式

strength:阴影强度,选择型参数,默认为5

direction:阴影方向,选择型参数

DropShadow(投影效果)

<table style="filter:dropshadow(color:#6600FF,offx=1,offy=1)">要设置的文字</table>

color:设置投影颜色

offx:在横坐标上的偏移,单位是像素

offy:在纵坐标上的偏移,单位是像素

positive:设置是否从对象的非透明像素建立阴影