[07/05][交流]CSS滤镜运用——GLOW(辉光)滤镜
<table border=1 cellspacing=5 cellpadding=5 width=750 background=http://i17.photobucket.com/albums/b51/lyh_/MATERIAL/bg/03/n2.gif><tr><td colspan=2><BR><BR><font size=4 color=purple><b>
当对一个对象使用“Glow”属性后,这个对象的边缘就会产生类似发光的效果。它的表达式如下:<BR><BR>
Filter:Glow(Color=color,Strength=strength) <BR><BR>
Glow属性的参数只有两个:Color是指定发光的颜色,Strength指定发光的强度,参数值从1到255。 <BR><BR>
您还可以随意修改颜色值,看看其他的发光效果是怎样的。<BR><BR></b></font></td></tr>
<tr><td colspan=2><BR><BR><BR><font size=4 color=purple><b>看看效果吧:</b></font></td></tr>
<tr><TD width=50%><center><font size=3>效果图</center><td width=50%><center><font size=3>代码</center></td></tr>
<tr><TD width=50%><center>
<font style="font-size:28PT;font-family:隶书;color=white;filter:glow(color=blue,strength=10);width:100%;line-height:150%">欢迎光临音画学堂</font></center></td>
<td width=50%><center><textarea rows=6 cols=54>
<font style="font-size:28PT;font-family:隶书;color=white;filter:glow(color=blue,strength=10);width:100%;line-height:150%">欢迎光临音画学堂</font></textarea></center></td>
</tr></table>
页:
[1]