特效

JavaScript

 

阴影文字的特殊效果[适用于IE4++][共3种效果]
放在HTML的<body></body>区即可[适当的位置]:

====1、第一种效果[修改要显示的文字即可]

<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: 
blur(add=1, direction=45, strength=3)">快乐点滴工作室</div>

====2、第二种效果[修改要显示的文字即可]

<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: 
glow(color=ffff00, strength=5)">快乐点滴工作室</div>

====3、第三种效果[修改要显示的文字即可]

<div style="width: 350; font-size:15pt; font-family: Arial ; color: red; position: relative; filter: 
dropshadow(color=000000, offx=3, offy=3, positive=1)"> 快乐点滴工作室</div>

 

※ 效果演示 1 2 3