Author: Demicron
| This applet fills your text up with liquid and then scrolls bubbles upward through it. To add this feature to your page, follow the directions below. |
| 1. Download pouringtitle.class and load it in your home page directory. 2. Copy and paste the html code below on your page. 3. Make the necessary changes to the html code. |
| <applet codebase="Your page directory here" code="pouringtitle.class" width="500" height="78"> <param name="demicron" value="www.demicron.se"> <param name="reg" value="A00031"> <param name="background" value="000000"> <param name="foreground" value="00ff00"> <param name="bubblecolor" value="ffffff"> <param name="sleeptime" value="100"> <param name="width" value="500"> <param name="height" value="78"> <param name="font" value="TimesRoman"> <param name="fontsize" value="66"> <param name="italic" value="No"> <param name="bold" value="Yes"> <param name="text" value="The Java Shoppe"></applet> |