您好,欢迎来到模板无忧!
登录
注册
闂傚倷娴囬妴鈧柛瀣崌閺岀喖顢涘⿰鍐炬毉濡炪們鍎婚幏锟�
闂傚倷鑳堕幊鎾诲触鐎n剙鍨濋幖娣妼绾惧ジ鏌ㄩ悤鍌涘
闂傚倷绶氬ḿ濠氭⒔閸曨偒鐔嗘俊顖氥偨瑜版帗鏅搁柨鐕傛嫹
闂備焦鐪归崺鍕垂婵傜ǹ绐楅柡宥冨妽閸欏繘鏌ㄩ悤鍌涘
模板无忧
网页特效
每日更新
|
TOP排行榜
|
Tag标签
|
充值
无忧首页
网页模板
程序模板
建站教程
视频教程
网页特效
图标素材
字体下载
站长工具
站长问答
关闭顶部
展开顶部
网页特效
菜单导航
图片特效
文本链接
层和布局
页面背景
表单按钮
日期时间
计算转换
键盘鼠标
浏览器
游戏娱乐
综合其它
常用代码
jQuery特效
Prototype
Ajax/JavaScript
ExtJS
CSS特效
在线编辑器
Mootools
HTML
JS广告代码合集
站长工具
站长常用软件
网站综合查询
Alexa排名查询
Google PR查询
域名Whois查询
网站收录查询
友情链接查询
CSS2中文手册
CSS精简优化工具
AI鐏忓繗浠� 閼宠棄鍟撴导姘辨暰
閸╃喎鎮�
閹恒劏宕�
展开边栏
关闭边栏
网页特效代码
模板无忧
>
网页特效
>
文本链接特效代码
>
收藏
分享
查看评论
文本链接
演示
CSS艺术字_文本链接特效
查看演示效果
特效Tag:
艺术字
添加
缁囨ⅵDedeCMS瑙嗛鏁欑▼
涔扮┖闂� 绉熸湇鍔″櫒 閫夌綉纭曚簰鑱旓紒
鏃犲咖绔欓暱宸ュ叿,鐧惧害鏉冮噸涓€閿叏鏌�!
CSS艺术字,您可以先修改部分代码再运行.
<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: 16px; color: #666699; text-decoration: none} .unnamed1 { filter: DropShadow(Color=#FFFFFF, OffX=1, OffY=1)} --> </style> <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>模板无忧</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>模板无忧</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>模板无忧</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>模板无忧</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>模板无忧</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>模板无忧</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.E-FLOWING.COM</b></i></font></td>" TARGET=_blank>WWW.E-FLOWING.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>
所属频道:
文本链接特效
/
更新时间:2012-11-22
[收藏]
[报错]
[返回列表]
评论加载中....
相关
文本链接特效
:
后退无效的链接
一种隐藏URL的方法 (并是弹出无边窗口)
随机动态的链接Title提示
表单多选框中列出全部链接点击跳转
一个链接打开两个链接地址(新开窗口和当前窗口)
鼠标onmouse链接时复选框的状态变为checked
多个div层显示隐藏及切换
引用文章链接代码
信息框显示链接
点击链接后跳出一个链接说明小窗口
比较实用的CSS控制连接颜色效果
超链接或按钮的跳马灯式说明文字
文本链接特效Rss订阅
特效代码搜索
文本链接特效推荐
超链接或按钮的跳马灯式说明文字
不一样的文字闪烁,轮番闪烁
CSS 将链接的小手换成光标
JS无缝垂直滚动字幕
引用文章链接代码
一个鼠标链接提示特效
网页字体大小选择切换代码
Js让文字链接不停闪烁
碰到边框自动反弹的走马灯文字(Marguee)
JS溶解形式的文字切换特效
猜你也喜欢看这些
CSS隔行换色代码
CSS+JS表格行选中变色并储存的效果代码
仿腾讯盖楼爬墙新闻评论的CSS实现
代码超少的层展开、关闭特效
JS滑动展开层
JavaScript层拖动函数,很实用
Js动态创建表格示例代码
全兼容网页固定漂浮的CSS写法
CSS多层绝对嵌套定位的一个小演示
JS拖动改变表格列宽的实现
相关链接:
复制本页链接
|
搜索CSS艺术字
特效说明:
文本链接模板
-
CSS艺术字
。
鏀惰棌&鍒嗕韩
QQ绌洪棿
鏂版氮寰崥
鑵捐寰崥
浜轰汉缃�
寮€蹇冪綉
鐧惧害鎼滆棌
澶嶅埗缃戝潃
鏇村...