当前位置:开发者网络 >> 网页特效 >> 文本特效 >> 内容
精彩推荐
分类最新特效
分类热点特效
  
收集了很多种文字特效,一定会有你喜欢的那一种
日期:2005-06-08   人气:   【字体: 】【收藏此文


<!-- 网页特效代码由[中国WEB开发者网络:http://www.ChinaWebDev.com]提供! -->
<!-- 要实现此效果需要 1 个步骤: -->

<!-- 第 1 步: -->
<!-- 把下面的代码加到<BODY></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>