| Parameter | Description |
|---|---|
| author | www.dseffects.com |
| numraindrops | Number of raindrops (10-80) |
| speed | Rain speed (1-4) |
| rainsize | Rain size (1-3) |
| wind | Wind (left, no, right) |
| regkey | Registration key |
|
EXAMPLE: <script language="JavaScript"> var author="www.dseffects.com"; var numraindrops="40"; var speed="2"; var rainsize="2"; var wind="left"; var regkey=""; </script> <script src="DS_Rain.js"></script> |
If you want the rain 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> |