한국어
<body>脚本说明: 把如下代码加入<body>区域中: <script 언어=JavaScript> <!-- JavaScript 코드의 시작 ------ nereidFadeObjects = 새로운 객체(); nereidFadeTimers = new Object(); function nereidFade(object, destOp, rate, delta){ if (!document.all) return if (object != "[object]"){ setTimeout("nereidFade("+object+","+destOp+","+rate+ ","+델타+")",0); 반품; }clearTimeout(nereidFadeTimers[object.sourceIndex]); diff = destOp-object.filters.alpha.opacity; 방향 = 1; if (object.filters.alpha.opacity > destOp){ 방향 = -1; } delta=Math.min(방향*차이,델타); object.filters.alpha.opacity+=방향*델타; if (object.filters.alpha.opacity != destOp){ nereidFadeObjects[object.sourceIndex]=object; nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate); } } // -- JavaScript 코드 끝 --> </script> <table border="0" cellpacing="1" cellpadding="0" align="center"> <tr align="center"> <td background="" width="60" height="60"><a href="#"><img onmouseover=nereidFade(this,100,5,7) style="FILTER: alpha(opacity=0);border :1px solid #000000" onmouseout=nereidFade(this,01,7,5) src="" width="60" height="60" border="0" alt="建站school院" ></a></ td> <td width="60" height="60" background=""><a href="#"><img src="" width="60" height="60" border="0" alt= "建站학술" onmouseover=nereidFade(this,100,5,7) style="FILTER: alpha(opacity=0);border:1px solid #000000" onmouseout=nereidFade(this,01,7,5) ></ a></td> <td width="60" height="60" background=""><a href="#p"><img src="" width="60" height="60" border= "0" alt="공통학" onmouseover=nereidFade(this,100,5,7) style="FILTER: alpha(opacity=0);border:1px solid #000000" onmouseout=nereidFade(this,01,7, 5) ></a></td> <td width="60" height="60" background=""><a href="#"><img src="" width="60" height=" 60" border="0" alt="建站학술" onmouseover=nereidFade(this,100,5,7) style="FILTER: alpha(opacity=0);border:1px solid #000000" onmouseout=nereidFade(this, 01,7,5) ></a></td> </tr> </table> </body>