AuthorMessage
Nina
Ametuar
Posts: 134

1) Apply a background picture in css or html to the <body> tag.
2) Add the code below between the <body>...</body> tags.
Code:
<script type="text/vbscript">
<!--//<![CDATA[
dim z,numfond
z=-100000
numfond=document.body.sourceIndex
sub SF
z=z-1
Document.all(numfond).style.BackgroundPosition= "0 " &z
id=SetTimeOut("SF",64,"VBScript")
end sub
SF
//]]>-->
</script>