分类: 博大精深 |
<STYLE type=text/css>
.banner .title td{font-size:50px;}
.banner .title td{FILTER: shadow(color=black);}
.banner .title td{color:#e4dc9b;}
.banner table{background:#e4dc9b;transparent;
filter:alpha(opacity=70);
border:0px solid #000;}
</STYLE>
.banner .title td{font-size:50px;}
.banner .title td{FILTER: shadow(color=black);}
.banner .title td{color:#e4dc9b;}
.banner table{background:#e4dc9b;transparent;
</STYLE>
代码说明:
.banner .title td{FILTER: shadow(color=black);}
处,FILTER:后面的代码 shadow 是浮雕字体效果.可以自己查找一些其他的文字特效.
后面()里的color=这是文字发光效果的颜色可以换上自己喜欢的颜色.
.banner .title td{font-size:50px;}为字体的大小.
.banner .title td{color:#e4dc9b;}为字体的颜色.
.banner table{background:#transparent; filter:alpha(opacity=80); border:0px solid #000;}这个是文字及其外框的设置.可修改background:后面的值为标题外框的颜色效果.opacity=70是表示文字的透明度.数值可调.border:0px表示外框线条的粗细.数值越大边框线条越粗.数值设为0表示边框隐藏.
.banner .title td{FILTER: shadow(color=black);}
处,FILTER:后面的代码 shadow 是浮雕字体效果.可以自己查找一些其他的文字特效.
后面()里的color=这是文字发光效果的颜色可以换上自己喜欢的颜色.
.banner .title td{font-size:50px;}为字体的大小.
.banner .title td{color:#e4dc9b;}为字体的颜色.
.banner table{background:#transparent; filter:alpha(opacity=80); border:0px solid #000;}这个是文字及其外框的设置.可修改background:后面的值为标题外框的颜色效果.opacity=70是表示文字的透明度.数值可调.border:0px表示外框线条的粗细.数值越大边框线条越粗.数值设为0表示边框隐藏.
前一篇:面板的水珠效果
后一篇:flash 透明背景的源代码