| Parameter | Description |
|---|---|
| author | www.dseffects.com |
| numflakes | Number of flakes (10-80) |
| flakesize | Flake size (1-3) |
| speed | Snow speed (1-4) |
| regkey | Registration key |
|
EXAMPLE: <script language="JavaScript"> var author="www.dseffects.com"; var numflakes="40"; var flakesize="2"; var speed="2"; var regkey=""; </script> <script src="DS_Snow.js"></script> |
If you want the snow 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> |