收集了很多种文字特效,一定会有你喜欢的那一种

- 中国WEB开发者网络 (http://www.webasp.net)
-- 网页特效 (http://www.webasp.net/javascript/)
--- 收集了很多种文字特效,一定会有你喜欢的那一种 (http://www.webasp.net/javascript/1/422.htm)
-- 发布日期: 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>




webasp.net