阿七
级别: 未验证会员
精华:
0
发帖: 909
威望: 0 点
金钱: 2161 RMB
贡献值: 0 点
在线时间:512(小时)
注册时间:2006-03-29
最后登录:2008-08-07
|
Css不朽的经典—3D文字特效
效果: l epR} %YefTk8cr, 3D Text F>&Q5Kl R 以下是一个用了blur滤镜而另一个没用的叠加效果 P:t|'t PH97O`" Ttop.cn Ttop.cn h";G vjy Y>Q9?>}Q Glass Text
;^xlDN 这个是两个都用了alpha滤镜的效果
OM{-^ F6Z l#eL Ttop.cnTtop.cn 7qA);N z.oDH<1 Inner Shadow Z'<=06 这个是先用了一段白色的文字,再加了mask()滤镜,再用了shadow()滤镜,最后加入chroma()滤镜形成后一段字体,放在前一段文字的相对left: -200px位置上形成的。 sLzcTGa2:z hFuS>Hx Ttop.cnTtop.cn +pc_KR d6,%P
6 Outline Text WaF<qhu* 用mask, glow and chroma三个滤镜联合作用 "cRc~4%K EnA) Rz Ttop.cn &M=12>ah] g}|a- 与Marquee的完美结合 IV_uf www.Ttop.cnwww.Ttop.cn -%
PUY( *aS|4M- 源代码: *RUB`tEL ##BMh! <style type="text/css"> jJ?MT#v <!-- `da6}Vqj: .sample rw8O<No4.o font-style: italic; font-family: arial black;font-size: 40px; font-weight: bold; cursor: hand; cQzd0X j#Ly!%d
p --> 7!hL(k[ </style> f[.RAHjk <title>Css不朽的经典—3D文字特效</title> 3l->$R] <div> 5&v'
aiWK <h2>3D Text</h2> 8|{:N>7 <p>以下是一个用了blur滤镜而另一个没用的叠加效果</p> a2vUZhkR <p onClick="alert(this.innerHTML)"> <span class="sample" ,;;M69c[
x style="width: 200px; height: 70; color: black; filter: Blur(Add=0, Direction=135, Strength=10);" xO9,,w47 >Ttop.cn</span><span class="sample" k7>* fQ89@ style="position: relative; left: -201; top: -15; width: 200; color: #2984ff;"> !sEI|47{ Ttop.cn</span> </p> .
Uv7{( <h2>Glass Text</h2> %Gl, V5z& <p>这个是两个都用了alpha滤镜的效果</p> ktU98Bk] <p onClick="alert(this.innerHTML)"> <span class="sample" ml.l( 6A style="width: 200px; height: 70; color: lightskyblue; filter: Alpha(Opacity=60) Blur(Add=0, Direction=135, Strength=20);" T5B~CC'6 >Ttop.cn</span><span class="sample" %<O'\&
!, style="position: relative; left: -201; top: -15; width: 200; color: lightskyblue; filter: Alpha(Opacity=60);" Se*ZQtwE >Ttop.cn</span> </p> }C"EkT!F <h2>Inner Shadow</h2> 8xDSeXh; <p>这个是先用了一段白色的文字,再加了mask()滤镜,再用了shadow()滤镜,最后加入chroma()滤镜形成后一段字体,放在前一段文字的相对left: TGdD7n&Ehh -200px位置上形成的。</p> (-(,~E <p onClick="alert(this.innerHTML)"> <span class="sample" i
cQsA style="width: 200px; height: 70; color: white;" zu(/c >Ttop.cn</span><span class="sample" cInzwdh7 style="width: 200px; height: 70; position: relative; left: -200; filter: mask(color=red) shadow(direction=135) chroma(color=red);" `O.*qs
5 >Ttop.cn</span> </p> ,8;;#XR3 <h2>Outline Text</h2> j,/OzVm9 <p>用mask, glow and chroma三个滤镜联合作用</p> SLSJn))@! <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> x@m"[u <h2>与Marquee的完美结合</h2>
9Wb9
g/L <p onClick="alert(this.innerHTML)"> <span class="sample" &?9p\oY[ style="width:320px; height: 70; color: black; filter: Blur(Add=0, Direction=135, Strength=10);" _Z#yI/5r ><marquee width:300 height:70 scrollamount="1" behavior="alternate" class="sample">www.Ttop.cn</marquee></span> @,CCwiF'q <span class="sample" szF[LRb style="position: relative; left: -320; top: -15; width: 320; color: #2984ff;"> (=CV")tF <marquee width:320 height:70 scrollamount="1" behavior="alternate" class="sample">www.Ttop.cn</marquee></span> </p> [`=|^2n? </div>
|
|
[楼 主]
|
Posted: 2006-04-05 09:03 |
| |