鼠标左键点一下变两下:用Dreamweaver MX 2004或FrontPage怎么才能让背景会动

来源:百度文库 编辑:高考问答 时间:2024/05/08 04:15:03
问了好几遍了都没成功这次火了要是成功了还有加分

用动态图片做背景
我是这样干的

<html>
<head>
<title> </title>
</head>

<body background="图片地址">

<script language="VBScript">

dim c,numgc
c=-100000
numgc=document.body.sourceIndex
sub SF
c=c+1
Document.all(numgc).style.BackgroundPosition= "0 " &c
id=SetTimeOut("SF",16,"VBScript")
end sub
SF
</script>
</body>

</html>

还有
http://www.tf168.com/codes-list/70_1.htm