阿七
级别: 未验证会员
精华:
0
发帖: 909
威望: 0 点
金钱: 2161 RMB
贡献值: 0 点
在线时间:512(小时)
注册时间:2006-03-29
最后登录:2008-08-07
|
Css不朽的经典—3D文字特效
效果: gE-y`2SU La26"C"X 3D Text +eM${JyXH 以下是一个用了blur滤镜而另一个没用的叠加效果 rz?Cn
X.t hRcb}>pr Ttop.cn Ttop.cn DDg\oGLp ^u/%zL Glass Text qS!r<'F3dP 这个是两个都用了alpha滤镜的效果 f-=\qSo sGvbL-S-f: Ttop.cnTtop.cn "n-'?W! L+%"e
w Inner Shadow !QUY ( 这个是先用了一段白色的文字,再加了mask()滤镜,再用了shadow()滤镜,最后加入chroma()滤镜形成后一段字体,放在前一段文字的相对left: -200px位置上形成的。 N0U/u'J!g VSj!Gm0LB Ttop.cnTtop.cn x%P|T3Qy5 BxY t*b% Outline Text g(DD8;]w< 用mask, glow and chroma三个滤镜联合作用 c
pY{o^ zd?@xno Ttop.cn q^@*{H Nz{dnV{&x; 与Marquee的完美结合 LzygupxY! www.Ttop.cnwww.Ttop.cn )oEVafNsT qZoDeN-CC 源代码: <?jdNM e_BG%+;G, <style type="text/css"> E3L?6Qfx> <!-- -F[8ZiZ .sample ?-??>& z font-style: italic; font-family: arial black;font-size: 40px; font-weight: bold; cursor: hand; G#iQX` ;%|im? --> Hg+<GML </style> eK8H5YE <title>Css不朽的经典—3D文字特效</title> , ,3lH-C <div> dzcF15H1 <h2>3D Text</h2> 4Z)4WGp! <p>以下是一个用了blur滤镜而另一个没用的叠加效果</p> uL'f8Pqg <p onClick="alert(this.innerHTML)"> <span class="sample" }A9#3Y|F style="width: 200px; height: 70; color: black; filter: Blur(Add=0, Direction=135, Strength=10);" Z[vx0[av& >Ttop.cn</span><span class="sample" ~cz}C("Z style="position: relative; left: -201; top: -15; width: 200; color: #2984ff;"> !3Dq)ebBz Ttop.cn</span> </p> r}U6LE?> <h2>Glass Text</h2> i4C{3J^ <p>这个是两个都用了alpha滤镜的效果</p> mq:k|w^6 <p onClick="alert(this.innerHTML)"> <span class="sample" d[9,J?'OQ style="width: 200px; height: 70; color: lightskyblue; filter: Alpha(Opacity=60) Blur(Add=0, Direction=135, Strength=20);" dg D-"-O >Ttop.cn</span><span class="sample" zI88IM7/ style="position: relative; left: -201; top: -15; width: 200; color: lightskyblue; filter: Alpha(Opacity=60);" Fwm$0=BXL >Ttop.cn</span> </p> 8jK=A2pTa <h2>Inner Shadow</h2> $`pf!b2Z <p>这个是先用了一段白色的文字,再加了mask()滤镜,再用了shadow()滤镜,最后加入chroma()滤镜形成后一段字体,放在前一段文字的相对left: t@KTiJI
] -200px位置上形成的。</p> UlXm4\@ <p onClick="alert(this.innerHTML)"> <span class="sample" $-_" SWG. style="width: 200px; height: 70; color: white;" yoE-a
>Ttop.cn</span><span class="sample" =dm9+ff style="width: 200px; height: 70; position: relative; left: -200; filter: mask(color=red) shadow(direction=135) chroma(color=red);" B'/U#>/ >Ttop.cn</span> </p> t
Cuvb <h2>Outline Text</h2> ]dycesc' <p>用mask, glow and chroma三个滤镜联合作用</p> 88Pt"[{1 <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> 3mgvWR <h2>与Marquee的完美结合</h2> -e_fn&2,Y <p onClick="alert(this.innerHTML)"> <span class="sample" kH g|! style="width:320px; height: 70; color: black; filter: Blur(Add=0, Direction=135, Strength=10);" QPy h.9:N ><marquee width:300 height:70 scrollamount="1" behavior="alternate" class="sample">www.Ttop.cn</marquee></span> ~B<\#oO <span class="sample" aru2H6 style="position: relative; left: -320; top: -15; width: 320; color: #2984ff;"> (nqhX<T> <marquee width:320 height:70 scrollamount="1" behavior="alternate" class="sample">www.Ttop.cn</marquee></span> </p> ft"- </div>
|
|
[楼 主]
|
Posted: 2006-04-05 09:03 |
| |