阿七
级别: 未验证会员
精华:
0
发帖: 909
威望: 0 点
金钱: 2161 RMB
贡献值: 0 点
在线时间:512(小时)
注册时间:2006-03-29
最后登录:2008-08-07
|
Css不朽的经典—3D文字特效
效果: ;)
' 0%;y'd**Ck 3D Text >f-*D25f% 以下是一个用了blur滤镜而另一个没用的叠加效果 Ue!~|: TRku(w1f Ttop.cn Ttop.cn %-#rzeaW $uCY\xqZ Glass Text ["
SD' 这个是两个都用了alpha滤镜的效果 Y<[jUe`O; &*;E wfgZ Ttop.cnTtop.cn cB|Rj}40v OuV
f<@a Inner Shadow sX|bp)Nw 这个是先用了一段白色的文字,再加了mask()滤镜,再用了shadow()滤镜,最后加入chroma()滤镜形成后一段字体,放在前一段文字的相对left: -200px位置上形成的。 EbMG9
*;Gnod< Ttop.cnTtop.cn kqt.?iJw
g:
,*Y^T Outline Text 7f#r&~= 用mask, glow and chroma三个滤镜联合作用 P=
nu&$; *$v`5rP Ttop.cn
hp!. P1b 'X/(M<c 与Marquee的完美结合 y)0wM~E;2 www.Ttop.cnwww.Ttop.cn 0mYKzJi 9t o2V 源代码: :Mzkm^7B -:!FQ'/7E <style type="text/css"> #xe-Yw1! <!-- @&
}~r .sample m5KAKpCR, font-style: italic; font-family: arial black;font-size: 40px; font-weight: bold; cursor: hand; k!=
jO#)Rd iqTGh*k --> i5G"@4( </style> x&YcF78 <title>Css不朽的经典—3D文字特效</title> Mxk0XFA <div> w;8VD`>[| <h2>3D Text</h2> ~Lf>/w <p>以下是一个用了blur滤镜而另一个没用的叠加效果</p> c/ s$*" <p onClick="alert(this.innerHTML)"> <span class="sample" 8V(-S, style="width: 200px; height: 70; color: black; filter: Blur(Add=0, Direction=135, Strength=10);" $5S/~8g( >Ttop.cn</span><span class="sample" x9B5@2J1 style="position: relative; left: -201; top: -15; width: 200; color: #2984ff;"> ]] Jg%}o Ttop.cn</span> </p> )9?
^;HS <h2>Glass Text</h2> 8zWKKcf7t <p>这个是两个都用了alpha滤镜的效果</p> 6gN>P%n <p onClick="alert(this.innerHTML)"> <span class="sample" `vj"HhC style="width: 200px; height: 70; color: lightskyblue; filter: Alpha(Opacity=60) Blur(Add=0, Direction=135, Strength=20);" [r;hF >Ttop.cn</span><span class="sample" mjXO}q7 style="position: relative; left: -201; top: -15; width: 200; color: lightskyblue; filter: Alpha(Opacity=60);" 8@Hl0{q >Ttop.cn</span> </p> h Lv_ER? <h2>Inner Shadow</h2> [7*$Sd <p>这个是先用了一段白色的文字,再加了mask()滤镜,再用了shadow()滤镜,最后加入chroma()滤镜形成后一段字体,放在前一段文字的相对left: 04wO9L; -200px位置上形成的。</p> |*[#Iii' <p onClick="alert(this.innerHTML)"> <span class="sample" <|R`N)AV; style="width: 200px; height: 70; color: white;" t,>j{SK~ >Ttop.cn</span><span class="sample" |JRaskd style="width: 200px; height: 70; position: relative; left: -200; filter: mask(color=red) shadow(direction=135) chroma(color=red);" +ZU@MOni >Ttop.cn</span> </p> \CDzVO0^ <h2>Outline Text</h2> 5U5)$K'OA <p>用mask, glow and chroma三个滤镜联合作用</p> u&\QZW? <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> dxAP7
v <h2>与Marquee的完美结合</h2> |uRZT3bGyj <p onClick="alert(this.innerHTML)"> <span class="sample" 6-vQQ-\ style="width:320px; height: 70; color: black; filter: Blur(Add=0, Direction=135, Strength=10);"
Rd^X. ><marquee width:300 height:70 scrollamount="1" behavior="alternate" class="sample">www.Ttop.cn</marquee></span> LYvjqNC&4 <span class="sample" ,oS<9kC68 style="position: relative; left: -320; top: -15; width: 320; color: #2984ff;"> p@Ng
.HE <marquee width:320 height:70 scrollamount="1" behavior="alternate" class="sample">www.Ttop.cn</marquee></span> </p> }8,[B50 </div>
|
|
[楼 主]
|
Posted: 2006-04-05 09:03 |
| |