poche 发表于 2007-4-27 12:16:13

***链接特效***雾化链接

把下列代码加到网页的<body></body>标签之间 从google下载我的照片管理软件
<div style="width: 96; height: 9" class=coffee onmouseover="this.style.filter='glow(color=#ffcc00, strength=6)'" onmouseout='this.style.filter=""'>
<a href="http://jojoo.net">第一个链接</a></div>
<div style="width: 96; height: 9" class=coffee onmouseover="this.style.filter='glow(color=#00ff00, strength=6)'" onmouseout='this.style.filter=""'>
<a href="http://jojoo.net">第二个链接</a></div>
<div style="width: 96; height: 9" class=coffee onmouseover="this.style.filter='glow(color=#00ffff, strength=6)'" onmouseout='this.style.filter=""'>

<a href="http://jojoo.net">第三个链接</a></div>

      










--------------------------------------

http://www.huoyue.com.cn 活跃网,活跃人群的论坛,访问活跃网,将给您带来意想不到的收获,还可以免费为您开论坛,让您免费拥有与朋友、网友交流的论坛。你是年轻人吗?你活跃你就上!
页: [1]
查看完整版本: ***链接特效***雾化链接