不错的连接提示
特效千寻
加入如下代码到head区域 <STYLE type="text/css"> <!-- .tishi { BORDER-BOTTOM: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FILTER: revealTrans(transition=23,duration=0.5) blendTrans(duration=0.5); POSITION: absolute; VISIBILITY: hidden; background-color:#FFCC00; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px} --> </STYLE> <SCRIPT language=JavaScript1.2> <!-- function Show(divid) { divid.filters.revealTrans.apply(); divid.style.visibility = "visible"; divid.filters.revealTrans.play(); } function Hide(divid) { divid.filters.revealTrans.apply(); divid.style.visibility = "hidden"; divid.filters.revealTrans.play(); } //--> </script>
加入如下代码到body区域 <a href="http://www.toto369.net" onMouseOver=Show(aa0) onMouseOut=Hide(aa0)>特效千寻</a><div id="aa0" class="tishi">打造中国最好的特效站</div><br> <a href="http://www.toto369.net" onMouseOver=Show(aa1) onMouseOut=Hide(aa1)>特效千寻</a><div id="aa1" class="tishi">打造中国最好的特效站</div>