脚本特效展示
新思路网页特效集锦--特效代码一周年,大好日子,有机会请各位朋友大吃一顿呀!
以下代码加入<head>区域
以下代码加入<body>区域
<script language=JavaScript> function doMouseMove() { var tr = document.body.createTextRange(); tr.moveToPoint(event.clientX, event.clientY); // Expand to the entire word under the mouse. tr.expand("word"); window.status = tr.text; } document.onmousemove = doMouseMove; </script> <table width="349" border="0" cellspacing="0" cellpadding="0"> <tr> <td>新思路网页特效集锦--特效代码一周年,大好日子,有机会请各位朋友大吃一顿呀!</td> </tr> </table>