| Parameter | Description |
|---|---|
| author | www.dseffects.com |
| numbubbles | Number of bubbles (10-80) |
| speed | Bubbles speed (1-4) |
| bubblecolor | Bubble color (hexadecimal red-green-blue triplet) |
| regkey | Registration key |
|
EXAMPLE: <script language="JavaScript"> var author="www.dseffects.com"; var numbubbles="40"; var speed="2"; var bubblecolor="c0c0c0"; var regkey=""; </script> <script src="DS_Bubbles.js"></script> |
If you want the bubbles 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> |