<title> Flow Background </title>
<body background= "Bgdemo3.jpg" >
<script language= "JavaScript" >
<!--Begin
var backgroundoffset = 0; Offset of background image
var bgobject = eval (' document.body '); Get the object of the text block itself
function SCROLLBG (maxSize) { This function is the core of the scrolling background.
Backgroundoffset = Backgroundoffset + 1; Add background offset to 1 points
if (Backgroundoffset > maxSize) backgroundoffset = 0;Returns 0 if the offset exceeds the maximum value
BgObject.style.backgroundPosition = "0" + backgroundoffset;Sets the offset of the background so that it takes effect
}
var Scrolltimer = Window.setinterval ("SCROLLBG (307)", 64);Sets the interval between each moving background.
End-To
</script>
<div style= "Position:absolute; top:200; left:300; " >
<table border= "0" width= "100%" cellspacing= "0" cellpadding= "0" >
<tr>
<TD width= "100%" ><b> flowing background is not very beautiful? </b></td>
</tr>
</table>
</div>
<div><a href= "http://www.999jiujiu.com/" >http://www.999jiujiu.com/</A></div>
</body>
Mobile page background code, isn't it pretty