设为首页 | 加入收藏
当前位置:首页>>网页特效>>网页文字特效>> 文字特效旁显示阴影

文字特效旁显示阴影

时间:2005-1-14 22:57:26 来源:本站收集整理 作者:佚名

脚本说明:
把如下代码加入<body>区域中
<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: blur(add=1, direction=45, strength=3)">Welcome You</div>


<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: glow(color=ffff00, strength=5)"> Welcome You</div>


<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: dropshadow(color=000000, offx=3, offy=3, positive=1)"> Welcome You</div>


<div style="width: 350; font-size:15pt; font-family: Arial ; color: yellow; position: relative; filter: invert"> Welcome You</div>


<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: xray"> Welcome You</div>


<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: fliph">Welcome You</div>


<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: flipv"> Welcome You</div>