阿七
级别: 未验证会员
精华:
0
发帖: 909
威望: 0 点
金钱: 2161 RMB
贡献值: 0 点
在线时间:512(小时)
注册时间:2006-03-29
最后登录:2008-08-07
|
Css不朽的经典—3D文字特效
效果: PW(_yB; M%nZu{ 3D Text EbHUGCMO 以下是一个用了blur滤镜而另一个没用的叠加效果 ^hGZVGSv D/NIn=>j Ttop.cn Ttop.cn ^MF=,U'8 Qe'PAN=B Glass Text fb;hf:B: 这个是两个都用了alpha滤镜的效果 C5W- B8> :6HiP&< Ttop.cnTtop.cn Au\=ypK $)WH^Ir~ Inner Shadow }K qw\]` 这个是先用了一段白色的文字,再加了mask()滤镜,再用了shadow()滤镜,最后加入chroma()滤镜形成后一段字体,放在前一段文字的相对left: -200px位置上形成的。 j:\_*f 7D9h;gsP Ttop.cnTtop.cn AH ?MJKY@Z xq#]n^ Outline Text 0(.R?1*:Rf 用mask, glow and chroma三个滤镜联合作用 -qr:c9\px E!oJ0*@ Ttop.cn !Dhfr{ ek_i{'hFd 与Marquee的完美结合 ^{:[^$f:l www.Ttop.cnwww.Ttop.cn *jqPKK/ Qr xO
erp 源代码: Phjf$\pt p-ii($~} <style type="text/css"> EJ[iOYx <!-- Ky{I&}+R| .sample yO69p font-style: italic; font-family: arial black;font-size: 40px; font-weight: bold; cursor: hand; iJ~iJ'vf {Rh+]=7 --> ( Nve5 </style> FPM}:c4 <title>Css不朽的经典—3D文字特效</title> <\#
<div> 1Y"y!\t7G <h2>3D Text</h2> 7H@Cy}a <p>以下是一个用了blur滤镜而另一个没用的叠加效果</p> aABE= 9Y <p onClick="alert(this.innerHTML)"> <span class="sample" (Su2\x style="width: 200px; height: 70; color: black; filter: Blur(Add=0, Direction=135, Strength=10);" )SZ,J-H08w >Ttop.cn</span><span class="sample" `J;/=tf09 style="position: relative; left: -201; top: -15; width: 200; color: #2984ff;"> OEq e^``! Ttop.cn</span> </p> &JzF <h2>Glass Text</h2> 97=YFK~* <p>这个是两个都用了alpha滤镜的效果</p> ry<}DK<u <p onClick="alert(this.innerHTML)"> <span class="sample" {;rpgc style="width: 200px; height: 70; color: lightskyblue; filter: Alpha(Opacity=60) Blur(Add=0, Direction=135, Strength=20);" 7QRvl6cv >Ttop.cn</span><span class="sample" !wufoK style="position: relative; left: -201; top: -15; width: 200; color: lightskyblue; filter: Alpha(Opacity=60);" '%/u103{e >Ttop.cn</span> </p> pHbguoH, <h2>Inner Shadow</h2> x)Om[jZE <p>这个是先用了一段白色的文字,再加了mask()滤镜,再用了shadow()滤镜,最后加入chroma()滤镜形成后一段字体,放在前一段文字的相对left: tfU3 6PR -200px位置上形成的。</p> i /U{dzZ <p onClick="alert(this.innerHTML)"> <span class="sample" RwLdV+2\R` style="width: 200px; height: 70; color: white;" L,ey3i7a\ >Ttop.cn</span><span class="sample" [Z&s0f1Qb style="width: 200px; height: 70; position: relative; left: -200; filter: mask(color=red) shadow(direction=135) chroma(color=red);" kj"_Y"q= >Ttop.cn</span> </p> [==Z1Q;= <h2>Outline Text</h2> KQI} 5 <p>用mask, glow and chroma三个滤镜联合作用</p> OX`GN#yl <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> 5/VB'N#7s <h2>与Marquee的完美结合</h2> Bc,z] <p onClick="alert(this.innerHTML)"> <span class="sample" a5+v)F/= style="width:320px; height: 70; color: black; filter: Blur(Add=0, Direction=135, Strength=10);" 4'e8VI0 ><marquee width:300 height:70 scrollamount="1" behavior="alternate" class="sample">www.Ttop.cn</marquee></span> }U1{&4Ph <span class="sample" PqeQe5 style="position: relative; left: -320; top: -15; width: 320; color: #2984ff;"> .aRxqFi_ <marquee width:320 height:70 scrollamount="1" behavior="alternate" class="sample">www.Ttop.cn</marquee></span> </p> JS.'v7 </div>
|
|
[楼 主]
|
Posted: 2006-04-05 09:03 |
| |