| Parameter | Description |
|---|---|
| author | www.dseffects.com |
| numstars | Number of stars (10-80) |
| direction | Stars direction (left,right,up,down) |
| speed | Stars speed (1-4) |
| regkey | Registration key |
|
EXAMPLE: <script language="JavaScript"> var author="www.dseffects.com"; var numstars="40"; var direction="left"; var speed="2"; var regkey=""; </script> <script src="DS_Stars.js"></script> |
If you want the stars to appear as a background
put the rest of your page content into a simple div
|
EXAMPLE: <html> <body etc. <script etc. <div style="position:relative"> rest of page content, text and graphics etc. </div> </body> </html> |