Author: Alex 'Kazuma' Garbagnati
| This applet adds a nice scroll bar to your page. To add this feature to your page, follow the directions below. |
| 1. Download KzmScroll.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="KzmScroll" width="350" height="20"><param name="copyright" value="Alex 'Kazuma' Garbagnati, kazuma@energy.it"><param name="font" value="Helvetica"><param name="fontbold" value="0"><param name="fontsize" value="14"><param name="shift" value="2"><param name="delay" value="50"><param name="rectangle" value="0 0 350 20"><param name="message" value="Welcome to The Java Shoppe with all cool java applets and scripts. More to come!"><param name="rect_color" value="0 0 128"><param name="text_color" value="0 255 255"></applet> |