最基本的几种 CSS 文字滤镜效果

80酷酷网    80kuku.com

  css|滤镜    闲来无事,整理一些CSS文字效果,给初学者。下面做个例子吧,这都是最基本滤镜的应用,其实两种或几种不同滤镜的组合会获得意想不到的效果,遇到问题自己多动手试试就OK了,当然要特别注意颜色的搭配,有时候用色不好是看不出效果的,配合背景图片的应用也会有很好的效果的。因为太懒,所以没有写注释也没有写什么语法格式,自己看看吧! 嘿嘿。(看不明白别骂我呀)

     1、效果图:

一路阳光
一路阳光

一路阳光

一路阳光

一路阳光

一路阳光
一路阳光
一路阳光
一路阳光

SUNNY

SUNNY

一路阳光
一路阳光
一路阳光
一路阳光
一路阳光
一路阳光
一路阳光
一路阳光

      2、源代码

<table border=1 solid; border-width: 1;font-size=12px" width="520">
  <tr>
    <td width="510">
    <span text-align:center;color:blue;
             filter:glow(color=red,strength=10);height:1">一路阳光  </span></td>
  </tr>
  <tr>
    <td width="510">
    <span
             text-align:center;color:darkblue;
             filter:blur(add=t,direction=135,strength=10);height:1">一路阳光</span></td>
  </tr>
  <tr>
    <td width="510">
<div
filter:progid:DXImageTransform.Microsoft.motionblur(strength=30,add=1,direction=135)">
        <p align="center"> 一路阳光</div></td>
  </tr>
  <tr>
    <td width="510">
<div
   font-family:impact;font-size:30pt;color:navy;display:block;
   filter:progid:DXImageTransform.Microsoft.wave(Strength=3)">
        <p align="center"> 一路阳光</div></td>
  </tr>
  <tr>
    <td width="510">
<div font-family:impact;font-size:30pt;color:navy;display:block;
   filter:progid:DXImageTransform.Microsoft.wave(Strength=3,freq=5)">
        <p align="center"> 一路阳光</div></td>
  </tr>
  <tr>
    <td width="510">
<span text-align:center;color:darkblue;
             filter:wave(add=t,freq=5,lightstrength=5,phase=0,strength=5);
             height:1">一路阳光</span></td>
  </tr>
  <tr>
    <td width="510">
<span text-align:center;color:darkblue;
             filter:shadow(color=blue);height:1">一路阳光</span></td>
  </tr>
  <tr>
    <td width="510">
<div align="center" </tr>
  <tr>
    <td width="510">
<div align="center" </tr>
  <tr>
    <td width="510">
<div
        <p align="center">SUNNY</div></td>
  </tr>
  <tr>
    <td width="510">
<div
        <p align="center">SUNNY</div></td>
  </tr>
  <tr>
    <td mask(color=#E1E4EC)shadow(color=#8C96B5,direction=135)chroma(color=#E1E4EC)" align="center"><font color="blue" size="6"><b>一路阳光</b></font></td>
  </tr>
  <tr>
    <td alpha(opacity=100,finishiopacity=0, align="center"><font color="blue" size="6"><b>一路阳光</b></font></td>
  </tr>
  <tr>
    <td mask(color=#E1E4EC)dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)chroma(color=#E1E4EC)" align="center"><font  color="blue" size="6"><b>一路阳光</b></font></td>
  </tr>
  <tr>
    <td glow(color=#8C96B5,strength=2)shadow(color=#B4BBCF,direction=135)" align="center"><font  color=#E1E4EC size=6><b>一路阳光</b></font></td>
  </tr>
  <tr>
    <td mask(color=#E1E4EC)shadow(color=#B4BBCF,direction=135)chroma(color=#E1E4EC)" align="center"><font 
color=#8C96B5 size=6><b>一路阳光</b></font></td>
  </tr>
  <tr>
    <td glow(strength=1)mask(color=#B4BBCF)chroma(color=#B4BBCF)" align="center" height=54><font color=#8C96B5 size=6><b>一路阳光</b></font></td>
  </tr>
  <tr>
    <td><span </tr>
  <tr>
    <td><span </tr>
</table>
<table align=center background="http://www.idc2008.com/468X60-8.gif" border=0>
  <tr>
    <td glow(strength=4)mask(color=#E1E4EC)"><font size="7"> <b>一路阳光</b></font></td>
  </tr>
</table>

分享到
  • 微信分享
  • 新浪微博
  • QQ好友
  • QQ空间
点击: