語法展示::  http://home.graffiti.net/kioggggfhf/


請用IE6.0或更新版本觀看語法特效展示

將以下程式碼複製,貼在<body>及</body>標籤之間。

<center>
<a onMouseOver=Show(a1) onMouseOut=Hide(a1) href="#" target="0">請指這邊</a>
<div class=article id=a1 style="width: 100">有沒有看到這個說明ㄚ......</div>
<a onMouseOver=Show(b2) onMouseOut=Hide(b2) href="#" target="0">這邊也有!</a>
<div class=article id=b2 style="width: 100">多按幾次重新整理,你會發現每次提示訊息開啟的方式,會有所變化!</div>
</center>



將以下程式碼複製,貼在<head>及</head>標籤之間。

<style type="text/css">
<!--
.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:#80BFFF;padding-top:5px;padding-bottom:5px;padding-left:5px;padding-right:5px}
-->
</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>

arrow
arrow
    全站熱搜

    紫蓮の翼 發表在 痞客邦 留言(0) 人氣()