bgscroll



Your Content Goes Here
A very good page with codes and tuts it is called http://www.hypergurl.com/

�Credit for the background scroll below goes to CodeFoot.Com, for more info and� more scripts please go there��������

�This is the code for a background scroll:

<script>
<!-- // Source: CodeFoot.com

// set the speed
// larger numbers = slower scroll
var howQuick = 10;

// do not edit below
// -----------------

var beIE = document.all?true:false;
var iWhere = 0;

function scrollBackGround(){
� if (beIE){
���� iWhere = iWhere + 1;
���� if (iWhere > 1000000) iWhere = 1;
���� document.body.style.backgroundPosition = "0 " + iWhere;
���� window.setTimeout("scrollBackGround()",howQuick);
� }
}

scrollBackGround();

//-->
</script>

Note

Unlike many scripts, you must place this script immediately after the <body> tag in your page; since the body and its reference to the background image must be present before the script itself can ask for it.� Note that the effect only works with Internet Explorer (other browsers will simply ignore it, and show the background image normally).

Also see the horizontal version, here.

��������

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

� � � � �

Mix-N-Match v1.02, a Perl CGI Script from www.deco-rations.com.