加入收藏 - 网站地图 - 网站搜索 -
阅读新闻

随鼠标变色的文字

[日期:12-27] 来源:  作者: [字体: ]

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>网页特效|Linkweb.cn/Js|---随鼠标变色的文字</title>
</head>

<body>

<p onMouseMove="hello()">将鼠标移到这里看看<p><p></p>
<script language="VBScript">
sub hello
document.fgColor=int(256*256*256*rnd)
end sub
</script>

</body>

</html>



评论 】 【 推荐 】 【 打印
上一篇:立体效果的文字
下一篇:自动变颜色的连接文本
相关新闻       特效代码