CSS+JS实现虚化的链接背景色_文本链接特效

模板酷站

      织梦DedeCMS视频教程买空间 租服务器 选网硕互联! 无忧站长工具,百度权重一键全查!

      JavaScript结合CSS技术实现虚化的链接背景,看上去比较自然,比方方正正的背景好看多了,参数自己调整一下。

      <title>虚化的链接背景色</title> <div style="width: 96; height: 9" class=coffee onMouseOver="this.style.filter='glow(color=#FFCC00, strength=7)'" onMouseOut='this.style.filter=""'> <a href="/">模板无忧</a></div> <div style="width: 96; height: 9" class=coffee onMouseOver="this.style.filter='glow(color=#00FF00, strength=5)'" onMouseOut='this.style.filter=""'> <a href="/jscss">精品网页特效</a></div> <div style="width: 96; height: 9" class=coffee onMouseOver="this.style.filter='glow(color=#0066CC, strength=5)'" onMouseOut='this.style.filter=""'> <a href="/">源代码下载</a></div>

      所属频道:文本链接特效/更新时间:2012-11-25