707609131 2007-11-17 19:34
鼠标点击会变色
代码的主要特点及作用:鼠标点击会变色
演示地址及演示位置:
[url]http://94520.91.tc/%2F2/yanshi9.html[/url]
详细代码:[code]<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>随鼠标变色的文字</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>[/code]具体操作步骤:
放在本版规则里,修改的地方为[code]<p onMouseMove="hello()">将鼠标移到这里看看<p><p></p>[/code]中的[color=Red]将鼠标移到这里看看[/color]
附加说明(选填):点击才会变色
[[i] 本帖最后由 707609131 于 2007-11-17 20:29 编辑 [/i]]
707609131 2007-11-17 19:41
看贴要回复。。。要厚道~~!
707609131 2007-11-17 19:47
但是是好东西~!
707609131 2007-11-17 20:21
不可以~~!
707609131 2007-11-18 12:03
今天没来么????小斑斑等着你的钱勒
艾薇塔 2007-11-20 19:21
貌似说不能用于整个版啊~~~~~~~~~我是新手
不敢乱动呢:loveliness: