Mobile page background code, isn't it pretty

Source: Internet
Author: User

<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>
&LT;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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.