脚本特效展示
新思路网页特效集锦--特效代码一周年,大好日子,有机会请各位朋友大吃一顿呀!
以下代码加入<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>