模板無憂
網頁特效
每日更新
|
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.wf0088.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陰影藝術字
。