当前位置:首页 > 网站技术 > HTML & CSS

阴影文字的特殊效果[适用于IE4++][共3种效果]

...

阴影文字的特殊效果[适用于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>

继续阅读
逐隐逐现的文字特效[推荐使用][适用于IE4++]
avascript实例教程(3)
Javascript实例教程(2)
Javascript实例教程(1)
发表评论

昵称:
最新评论
暂时没有评论!