代码驿站移动版
频道导航
HTML/Xhtml
CSS
JavaScript
HTML5
PHP教程
ASP.NET
正则表达式
AJAX
ThinkPHP
Yii
MySQL
MariaDB
Oracle
MongoDB
Redis
DedeCMS
PHPCMS
帝国CMS
WordPress
Discuz
其它CMS
Zend Studio
Sublime
Notepad
Dreamweaver
Windows
Linux
Nginx
Apache
IIS
CentOS
Ubuntu
Debian
网站优化
工具资源
PHP源码
ASP.NET源码
其它源码
图标素材
按钮素材
字体素材
DedeCMS模板
帝国CMS模板
PHPCMS模板
WordPress模板
Discuz!模板
单页模板
开发软件下载
服务器软件下载
广告投放
联系我们
版权申明
软件编程
网页前端
移动开发
数据库
服务器
脚本语言
PHP代码
JAVA代码
Python代码
Android代码
当前位置:
主页
>
网页前端
>
HTML代码
>
最基本的几种 CSS 文字滤镜效果
时间:2021-04-07 10:12:04 | 栏目:
HTML代码
| 点击:次
下面做个例子吧,这都是最基本滤镜的应用,其实两种或几种不同滤镜的组合会获得意想不到的效果,遇到问题自己多动手试试就OK了,当然要特别注意颜色的搭配,有时候用色不好是看不出效果的,配合背景图片的应用也会有很好的效果的。
<table border=1 style="border-style: solid; border-width: 1;font-size=12px" width="520"> <tr> <td width="510"> <span style="font-size:30pt;display:block; text-align:center;color:blue; filter:glow(color=red,strength=10);height:1">一路阳光 </span></td> </tr> <tr> <td width="510"> <span style="font-size:30pt;display:block; text-align:center;color:darkblue; filter:blur(add=t,direction=135,strength=10);height:1">一路阳光</span></td> </tr> <tr> <td width="510"> <div style="color:red;font-size:25pt;height:1;display:block; filter:progid:DXImageTransform.Microsoft.motionblur(strength=30,add=1,direction=135)"> <p align="center"> 一路阳光</div></td> </tr> <tr> <td width="510"> <div style="height:1;width:100%; 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 style="height:1;width:100%; 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 style="font-size:30pt;display:block; 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 style="font-size:30pt;display:block; text-align:center;color:darkblue; filter:shadow(color=blue);height:1">一路阳光</span></td> </tr> <tr> <td width="510"> <div align="center" style="height:1;font-size:30pt; filter:dropshadow(color=maroon,positive=1);">一路阳光</div></td> </tr> <tr> <td width="510"> <div align="center" style="height:1;font-size:30pt; filter:dropshadow(color=maroon,positive=0);">一路阳光</div></td> </tr> <tr> <td width="510"> <div style="filter:progid:DXImageTransform.Microsoft.engrave(bias=0.5); height:1;font-size:20pt;font-family:impact;background-color:blue"> <p align="center">SUNNY</div></td> </tr> <tr> <td width="510"> <div style="filter:progid:DXImageTransform.Microsoft.emboss(bias=0.5); height:1;font-family:impact;font-size:20pt;background-color:blue"> <p align="center">SUNNY</div></td> </tr> <tr> <td style="FILTER: 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 style="FILTER: alpha(opacity=100,finishiopacity=0,style=1)shadow(color=blue,direction=135)" align="center"><font color="blue" size="6"><b>一路阳光</b></font></td> </tr> <tr> <td style="FILTER: 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 style="FILTER: glow(color=#8C96B5,strength=2)shadow(color=#B4BBCF,direction=135)" align="center"><font color=#E1E4EC size=6><b>一路阳光</b></font></td> </tr> <tr> <td style="FILTER: 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 style="FILTER: 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 style="position:absolute;font-size:30pt;color=blue;filter:fliph">一路阳光</span></td> </tr> <tr> <td><span style="position:absolute;left:200;font-size:30pt;color=blue;filter:flipv">一路阳光</span></td> </tr> </table> <table align=center background="http://www.idc2008.com/468X60-8.gif" border=0> <tr> <td style="FILTER: glow(strength=4)mask(color=#E1E4EC)"><font size="7"> <b>一路阳光</b></font></td> </tr> </table>
[Ctrl+A 全选 注:
引入外部Js需再刷新一下页面才能执行
]
您可能感兴趣的文章:
CSS hack实现 CSS完美兼容IE6/IE7/FF的通用方法
用CSS控制的闪烁效果
css不用图片美化按钮
兼容多浏览器实现半透明(Opera ie firefox)
什么是XHTML?
相关文章
11-12
用CSS给图片打标的代码
10-07
iframe背景透明的设置方法
11-03
怎么改善现有网站
12-03
不要使用CSS Expression的原因分析
11-18
CSS Hack 汇总快查
JQuery
VUE
AngularJS
MSSql
MySQL
MongoDB
Redis
Linux
Tomcat
Nginx
网站首页
广告投放
联系我们
版权申明
联系站长