模板无忧
网页特效
每日更新
|
TOP排行榜
|
Tag标签
|
充值
无忧首页
网页模板
程序模板
建站教程
视频教程
网页特效
图标素材
字体下载
站长工具
站长问答
网页特效
菜单导航
图片特效
文本链接
层和布局
页面背景
表单按钮
日期时间
计算转换
键盘鼠标
浏览器
游戏娱乐
综合其它
常用代码
jQuery特效
Prototype
Ajax/JavaScript
ExtJS
CSS特效
在线编辑器
Mootools
HTML
JS广告代码合集
站长工具
站长常用软件
网站综合查询
Alexa排名查询
Google PR查询
域名Whois查询
网站收录查询
友情链接查询
CSS2中文手册
CSS精简优化工具
网页特效代码
模板无忧
>
网页特效
>
文本链接特效代码
>
收藏
分享
查看评论
文本链接
演示
CSS阴影艺术字_文本链接特效
查看演示效果
特效Tag:
阴影文字
添加
几个比较漂亮的CSS阴影文字、艺术字效果,每一款都有详细说明,具体有需要的朋友自己好好研究一下吧!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-cn"> <head> <title>CSS阴影文字 Mb5u.com</title> <style type="text/css"> <!-- .title_1 { font-family: "Verdana"; font-size: 12px; color: #E1E4EC; width: 100%; filter: DropShadow(Color=#213C63, OffX=1, OffY=1)} .text { font-family: "Verdana"; font-size: 12px; line-height: 26px; color: #666699; text-decoration: none} .unnamed1 { filter: DropShadow(Color=#FFFFFF, OffX=1, OffY=1)} --> </style> </head> <body> <table width="500" border="0" cellspacing="1" cellpadding="0" bgcolor="#8C96B5" align="center"> <tr> <td bgcolor="#FFFFFF"> <table bordercolordark=#ffffff width="100%" bordercolorlight=#000000 border=0 cellspacing="1" cellpadding="0"> <tr bgcolor="#8C96B5"> <td colspan=2 bgcolor="#8C96B5" width="100%" height="16"> <div align="center" class="title_1">..:: CSS阴影艺术字 ::..</div> </td> </tr> </table> </td> </tr> <tr> <td bgcolor="#E1E4EC"> <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1"> <tr> <td class="text">如果灵活应用CSS各种滤镜的特点并加以组合,我们可以得到许多意想不到的效果。这是一些效果示范,供各位参考。</td> </tr> </table> </td> </tr> <tr> <td bgcolor="#E1E4EC"> <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1"> <tr> <td class="text"> <table align=center border=0 width="200" height="50"> <tr> <td style="FILTER: blur(direction=135,strength=8)" align="center"><font face="黑体" color="#8C96B5" size="6"><b><i>模板无忧</i></b></font></td> </tr> </table> <br> 用blur滤镜做出的效果,代码如下:<br> <b>FILTER: blur(direction=135,strength=8)</b></td> </tr> </table> </td> </tr> <tr> <td bgcolor="#E1E4EC"> <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1"> <tr> <td class="text"> <table align=center border=0 width="200" height="50"> <tr> <td style="FILTER: dropshadow(color=#B4BBCF,offx=6,offy=6,positive=1)" align="center"><font face="黑体" color="#8C96B5" size="6"><b><i>mb5u.com</i></b></font></td> </tr> </table> <br> 用dropshadow滤镜做出的效果,代码如下:<br> <b>FILTER: dropshadow(color=#B4BBCF,offx=6,offy=6,positive=1)</b></td> </tr> </table> </td> </tr> <tr> <td bgcolor="#E1E4EC"> <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1"> <tr> <td class="text"> <table align=center border=0 width="200" height="50"> <tr> <td style="FILTER: glow(color=#B4BBCF,strength=5)" align="center"><font face="黑体" color="#8C96B5" size="6"><b><i>mb5u.com</i></b></font></td> </tr> </table> <br> 用glow滤镜做出的效果,代码如下:<br> <b>FILTER: glow(color=#B4BBCF,strength=5)</b></td> </tr> </table> </td> </tr> <tr> <td bgcolor="#E1E4EC"> <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1"> <tr> <td class="text"> <table align=center border=0 width="200" height="50"> <tr> <td style="FILTER: alpha(opacity=100,finishiopacity=0,style=1)shadow(color=#8C96B5,direction=135)" align="center"><font face="黑体" color="#8C96B5" size="6"><b><i>mb5u.com</i></b></font></td> </tr> </table> <br> 这个效果用到了两种滤镜:shadow和alpha,代码如下:<br> <b>FILTER: alpha(opacity=100,finishiopacity=0,style=1)<br> shadow(color=#8C96B5,direction=135)</b> </td> </tr> </table> </td> </tr> <tr> <td bgcolor="#E1E4EC"> <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1"> <tr> <td class="text"> <table align=center border=0 width="200" height="50"> <tr> <td style="FILTER: mask(color=#E1E4EC)shadow(color=#8C96B5,direction=135)chroma(color=#E1E4EC)" align="center"><font face="黑体" color="#8C96B5" size="6"><b><i>模板无忧</i></b></font></td> </tr> </table> <br> 这个效果也用到两个滤镜mask和shadow,代码如下:<br> <b>FILTER: mask(color=#E1E4EC)<br> shadow(color=#8C96B5,direction=135)chroma(color=#E1E4EC)</b><br> <br> 注意:mask的颜色要和网页背景色一致,字体的颜色由shadow决定。</td> </tr> </table> </td> </tr> <tr> <td bgcolor="#E1E4EC"> <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1"> <tr> <td class="text"> <table align=center border=0 width="200" height="50"> <tr> <td style="FILTER: mask(color=#E1E4EC)dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)chroma(color=#E1E4EC)" align="center"><font face="黑体" color="#8C96B5" size="6"><b><i>mb5u.com</i></b></font></td> </tr> </table> <br> 如果说上面的效果是阴文的话,那么这个效果的应该算是阳文了,用两个滤镜实现mask和dropshadow,注意mask的颜色要和网页背景色一致,或者把mask和chroma成对使用,也可达到同样效果。代码如下:<br> <b>FILTER: mask(color=#E1E4EC)<br> dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)<br> chroma(color=#E1E4EC)"</b> </td> </tr> </table> </td> </tr> <tr> <td bgcolor="#E1E4EC"> <table width="100%" border="0" cellspacing="8" cellpadding="0" class="unnamed1"> <tr> <td class="text"> <table align=center border=0 width="200" height="50"> <tr> <td style="FILTER: glow(color=#8C96B5,strength=2)shadow(color=#B4BBCF,direction=135)" align="center"><font face="黑体" color=#E1E4EC size=6><b><i>mb5u.com</i></b></font></td> </tr> </table> <br> 用glow滤镜可以做空心字,方法是将字体颜色设置为背景色,再将glow滤镜的strenght的值设置为1或2即可。这个效果的代码如下:<br> <b>FILTER: glow(color=#8C96B5,strength=2)<br> shadow(color=#B4BBCF,direction=135)</b> </td> </tr> </table> </td> </tr> <tr> <td bgcolor="#E1E4EC"> <table width="100%" border="0" cellspacing="8" cellpadding="0"> <tr> <td class="text"> <table height=150 width=200 align=center background="http://www.e-flowing.com/1/bg_1.jpg" border=0> <tr> <td style="FILTER: mask(color=#E1E4EC)shadow(color=#B4BBCF,direction=135)chroma(color=#E1E4EC)" align="center"><font face="黑体" color=#8C96B5 size=6><b><i>模板无忧</i></b></font></td> </tr> </table> <br> <br> <table height=150 width=200 align=center background="http://www.e-flowing.com/1/bg_2.jpg" border=0> <tr> <td style="FILTER: glow(strength=1)mask(color=#B4BBCF)chroma(color=#B4BBCF)" align="center" height=54><font face="黑体" color=#8C96B5 size=6><b><i>模板无忧</i></b></font></td> </tr> </table> <br> <br> <table height=150 width=200 align=center background="http://www.e-flowing.com/1/bg_3.jpg" border=0> <tr> <td style="FILTER: mask(color=#E1E4EC)dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)chroma(color=#E1E4EC)" align="center" height=54><font face="黑体" color=#8C96B5 size=6><b><i>(mb5u.com)</i></b></font></td> </tr> </table> </td> </tr> <tr> <td class="unnamed1"><font class="text">如果背景采用图片,为了能达到满意的效果需要将mask和chroma组合使用,这样能使字体感觉是透明的,让背景透出来。<br> <br> 上面列出的效果前者的代码是:<br> <b>FILTER: mask(color=#E1E4EC)<br> shadow(color=#B4BBCF,direction=135)<br> chroma(color=#E1E4EC)</b><br> 注意:字体的颜色由shadow决定,mask和chroma的颜色要相同,色彩任意。<br> <br> 中间的代码是:<br> <b>FILTER: glow(strength=1)<br> mask(color=#B4BBCF)<br> chroma(color=#B4BBCF)</b><br> 注意:mask和chroma的颜色相同,这个颜色决定了字体的颜色。<br> <br> 后者的代码是:<br> <b>FILTER: mask(color=#E1E4EC)<br> dropshadow(color=#B4BBCF,offx=-3,offy=-3,positive=1)<br> chroma(color=#E1E4EC)</b><br> 注意:mask和chroma的颜色相同,色彩由dropshadow决定。</font></td> </tr> </table> </td> </tr> <tr> <td bgcolor="#E1E4EC"> <table width="100%" border="0" cellspacing="8" cellpadding="0"> <tr> <td class="text"> <table height=150 cellspacing=0 cellpadding=0 width=480 align=center background="http://www.e-flowing.com/1/bg_1.jpg" border=0> <tr> <td style="FILTER: glow(strength=4)mask(color=#E1E4EC)" height=109 align="center" valign="middle"><font face="Verdana" color="#8C96B5" size="6"><i><b>WELCOME TO<br> <A HREF="http://WWW.mb5u.com" TARGET="_blank">mb5u.com</b></i></font></td></A> </tr> </table> </td> </tr> <tr> <td class="unnamed1"><font class="text">这个效果的代码:<br> <b>FILTER: glow(strength=4)mask(color=#E1E4EC)</b></font></td> </tr> </table> </td> </tr> </table> </body> </html>
所属频道:
文本链接特效
/
更新时间:2012-12-19
[收藏]
[报错]
[返回列表]
相关
文本链接特效
:
后退无效的链接
一种隐藏URL的方法 (并是弹出无边窗口)
随机动态的链接Title提示
表单多选框中列出全部链接点击跳转
一个链接打开两个链接地址(新开窗口和当前窗口)
鼠标onmouse链接时复选框的状态变为checked
多个div层显示隐藏及切换
引用文章链接代码
信息框显示链接
点击链接后跳出一个链接说明小窗口
比较实用的CSS控制连接颜色效果
超链接或按钮的跳马灯式说明文字
文本链接特效Rss订阅
特效代码搜索
文本链接特效推荐
文本重叠显示特效
像歌词跟着声音走的JS文字效果
CSS阴影链接文字
淡入淡出文字垂直滚动
新浪的一个多行文字滚动切换代码
CSS仿XP的链接文字特效
文本溢出自动省略
凹陷文字
类似打字效果的文字特效
文字成批滚动在指定区域内
猜你也喜欢看这些
表格实现左右框架结构点击可隐藏
jQuery Div拖动+键盘控制综合效果
相对固定位置JS+CSS布局实例,弹出提示层
CSS相对定位实现分页链接放大效果
Ajax弹出漂亮可拖动的提示层(窗)效果
CSS定义Div区域的LI列表响应鼠标变色
纯CSS实现颜色渐变的表格
CSS实现表格阴影的代码
圆脚表格(基于VML技术实现)
连续字符的CSS换行代码
相关链接:
复制本页链接
|
搜索CSS阴影艺术字
特效说明:
文本链接模板
-
CSS阴影艺术字
。