站长论坛

标题: 链接title自定义效果 [打印本页]

作者: superadmin    时间: 2007-10-5 20:41
标题: 链接title自定义效果
<pre>
<html>
<head>
<title>链接效果一-台州Link欢迎您</title>
<STYLE type="text/css">
<!--
body,div,a{font:menu}
.article {  
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>  
</head>
<body>
<a href="#" onMouseOver=Show(aaa) onMouseOut=Hide(aaa)>
台州Link欢迎您</a></div>
   <div id="aaa" class="article">台州Link欢迎您</div>
</body>
</html>  

</pre>




欢迎光临 站长论坛 (http://tzlink.com/bbs/) Powered by Discuz! X3.2