阿七
级别: 未验证会员
精华:
0
发帖: 909
威望: 0 点
金钱: 2161 RMB
贡献值: 0 点
在线时间:512(小时)
注册时间:2006-03-29
最后登录:2008-08-07
|
Css不朽的经典—3D文字特效
效果: PiIpnoM a~}OZ&PG 3D Text $|@@Qk/T 以下是一个用了blur滤镜而另一个没用的叠加效果 mSF(q78? WiR(;m<g Ttop.cn Ttop.cn J
@1!Oq> *C*U5~Zq7: Glass Text ucW-I;" 这个是两个都用了alpha滤镜的效果 3$>1FoSk Fj3a.' Ttop.cnTtop.cn
7*A],:-q !ons]^km
Inner Shadow :>f )g 这个是先用了一段白色的文字,再加了mask()滤镜,再用了shadow()滤镜,最后加入chroma()滤镜形成后一段字体,放在前一段文字的相对left: -200px位置上形成的。 Ai?*s%8v joAv{Tc Ttop.cnTtop.cn C1n>
M}b s)D;a-F Outline Text h]}wp;Z 用mask, glow and chroma三个滤镜联合作用 29] G^f> eJX9_6m- Ttop.cn zL0pw'4 Vv=. -&' 与Marquee的完美结合 +lcbi www.Ttop.cnwww.Ttop.cn -- 95Jz MH\dC9%p 源代码: Moza".fiN XK@E;Rv <style type="text/css"> 3;{kJQ <!-- ;'@9[N9 .sample N5
6g+,w%) font-style: italic; font-family: arial black;font-size: 40px; font-weight: bold; cursor: hand; 3bH'H*2 j6 z^Tt12 --> x
g </style> ;dgp+ <title>Css不朽的经典—3D文字特效</title> -C]5>& W <div> :':s@gqr <h2>3D Text</h2> 0 /U{p,r6` <p>以下是一个用了blur滤镜而另一个没用的叠加效果</p> yWo; a <p onClick="alert(this.innerHTML)"> <span class="sample" '7@zGk##( style="width: 200px; height: 70; color: black; filter: Blur(Add=0, Direction=135, Strength=10);" T:yE(OBf >Ttop.cn</span><span class="sample" v PG},m~- style="position: relative; left: -201; top: -15; width: 200; color: #2984ff;"> R-d:j^:f Ttop.cn</span> </p> ]&+s6{} <h2>Glass Text</h2> 8'io$6d= <p>这个是两个都用了alpha滤镜的效果</p> BUXpCxQ <p onClick="alert(this.innerHTML)"> <span class="sample" y}ev ,j style="width: 200px; height: 70; color: lightskyblue; filter: Alpha(Opacity=60) Blur(Add=0, Direction=135, Strength=20);" T+H!_ky`A >Ttop.cn</span><span class="sample" `Eo.v#< style="position: relative; left: -201; top: -15; width: 200; color: lightskyblue; filter: Alpha(Opacity=60);" n9ej7oj >Ttop.cn</span> </p> M!D3}JRm <h2>Inner Shadow</h2> .|i.Cq8 <p>这个是先用了一段白色的文字,再加了mask()滤镜,再用了shadow()滤镜,最后加入chroma()滤镜形成后一段字体,放在前一段文字的相对left: S3Xl -200px位置上形成的。</p> 5K8^WK <p onClick="alert(this.innerHTML)"> <span class="sample" q#9RW(o style="width: 200px; height: 70; color: white;" k=T\\]KxC >Ttop.cn</span><span class="sample" )=_,O=z$K style="width: 200px; height: 70; position: relative; left: -200; filter: mask(color=red) shadow(direction=135) chroma(color=red);" F0Yd@Lk$_ >Ttop.cn</span> </p> &Hs!:43E-< <h2>Outline Text</h2> Q K<"2p? <p>用mask, glow and chroma三个滤镜联合作用</p> 1f=gYzuO) <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> TJXT-\Vk <h2>与Marquee的完美结合</h2> 8P&:_T! <p onClick="alert(this.innerHTML)"> <span class="sample" .V8Lauz8 style="width:320px; height: 70; color: black; filter: Blur(Add=0, Direction=135, Strength=10);" R%[ c;i ><marquee width:300 height:70 scrollamount="1" behavior="alternate" class="sample">www.Ttop.cn</marquee></span> m#\dSl
} <span class="sample" Vp@?^
imL style="position: relative; left: -320; top: -15; width: 320; color: #2984ff;"> SSMHoJGm <marquee width:320 height:70 scrollamount="1" behavior="alternate" class="sample">www.Ttop.cn</marquee></span> </p> q9s=~d7 </div>
|
|
[楼 主]
|
Posted: 2006-04-05 09:03 |
| |