阿七
级别: 未验证会员
精华:
0
发帖: 909
威望: 0 点
金钱: 2161 RMB
贡献值: 0 点
在线时间:512(小时)
注册时间:2006-03-29
最后登录:2008-08-07
|
Css不朽的经典—3D文字特效
效果: e|4U2\&3y Xbc:Vr 3D Text Bs\&'=l 以下是一个用了blur滤镜而另一个没用的叠加效果 u XVs<im MZ_dI"J, Ttop.cn Ttop.cn k#x"'yZ CPJ%<+4%b Glass Text <1E5[9
q 这个是两个都用了alpha滤镜的效果 90">l^HX= r[3 2'E Ttop.cnTtop.cn )@6iQ FLQ>,=O Inner Shadow a>egH
og 这个是先用了一段白色的文字,再加了mask()滤镜,再用了shadow()滤镜,最后加入chroma()滤镜形成后一段字体,放在前一段文字的相对left: -200px位置上形成的。 :</KgR0I oEsqLh9a| Ttop.cnTtop.cn Z;cA_}5 /;
`-[ Outline Text d>Ky(wS 用mask, glow and chroma三个滤镜联合作用 v8\pOI}c Z+
)<FX Ttop.cn gCM(h[7A }M &hcw< 与Marquee的完美结合 b#Vm;6BHD1 www.Ttop.cnwww.Ttop.cn _nec6=S6( C0;:")6~ 源代码: TJ
s ~}&L g]U!] <style type="text/css"> :CG;:( | <!-- 'Xg9MS& .sample #<yKG \X? font-style: italic; font-family: arial black;font-size: 40px; font-weight: bold; cursor: hand; 1V;,ZGI* 7QHrb'c --> 2Y%E.){ </style> L[lS
>4eN <title>Css不朽的经典—3D文字特效</title> 9Nu:{_YoP <div> ^Kn:T`
vB <h2>3D Text</h2> W+#Zmvo <p>以下是一个用了blur滤镜而另一个没用的叠加效果</p> lfte <p onClick="alert(this.innerHTML)"> <span class="sample" 8v\^,'@ style="width: 200px; height: 70; color: black; filter: Blur(Add=0, Direction=135, Strength=10);" ^'$P[ >Ttop.cn</span><span class="sample" "PC9[i style="position: relative; left: -201; top: -15; width: 200; color: #2984ff;"> }Pj;9ivz Ttop.cn</span> </p> @!%HEs!# # <h2>Glass Text</h2> C
^ Oy.s <p>这个是两个都用了alpha滤镜的效果</p> +EM^ <p onClick="alert(this.innerHTML)"> <span class="sample" ?xtP\~ style="width: 200px; height: 70; color: lightskyblue; filter: Alpha(Opacity=60) Blur(Add=0, Direction=135, Strength=20);" V)cL=4G >Ttop.cn</span><span class="sample" U46Z~B style="position: relative; left: -201; top: -15; width: 200; color: lightskyblue; filter: Alpha(Opacity=60);" a/U4pSug >Ttop.cn</span> </p> nH|7XY9" <h2>Inner Shadow</h2> a<&GsDw
<p>这个是先用了一段白色的文字,再加了mask()滤镜,再用了shadow()滤镜,最后加入chroma()滤镜形成后一段字体,放在前一段文字的相对left: W_h!Puj_ -200px位置上形成的。</p> L*1yK* <p onClick="alert(this.innerHTML)"> <span class="sample" b!z kQ?h style="width: 200px; height: 70; color: white;" HI{IC!6 >Ttop.cn</span><span class="sample" o7v,:e: style="width: 200px; height: 70; position: relative; left: -200; filter: mask(color=red) shadow(direction=135) chroma(color=red);" /t_AiM,( >Ttop.cn</span> </p> CF/8d6}Vf <h2>Outline Text</h2> Mtq^6`JJ' <p>用mask, glow and chroma三个滤镜联合作用</p> a
VIh|v <p onClick="alert(this.innerHTML)"> <span class="sample" style="width: 200px; height: 70; filter: mask(color=red) glow(color=black, strength=1) chroma(color=red);">Ttop.cn</span> </p> Io7o*::6iw <h2>与Marquee的完美结合</h2> v)rQ4
wD: <p onClick="alert(this.innerHTML)"> <span class="sample" p/'09FY+ U style="width:320px; height: 70; color: black; filter: Blur(Add=0, Direction=135, Strength=10);" '" J``= ><marquee width:300 height:70 scrollamount="1" behavior="alternate" class="sample">www.Ttop.cn</marquee></span> MLt'tzgl <span class="sample" ;7N~d TBQ style="position: relative; left: -320; top: -15; width: 320; color: #2984ff;"> @JpkG%eK <marquee width:320 height:70 scrollamount="1" behavior="alternate" class="sample">www.Ttop.cn</marquee></span> </p> *[b22a4H( </div>
|
|
|
|
[楼 主]
|
Posted: 2006-04-05 09:03 |
| |