Shadow Menu



Author: Pegasus


This is a very cool menu applet. You can configure the applet background color, foreground(text) color, shadow color, and font size. It will also support a small image (not configured here) that is automatically centered to the left of the text. You can add as many parameters as you need. To add this feature to your page, follow the directions below.


1. Download Menu.class and Item.class and load them in your home page directory on your server.

2. Copy and paste the html code below on your page.

3. Make the necessary changes to the html code.


<applet codebase="Your Server Directory Here/" code="Menu.class" align="CENTER" width=300 height=150><param name="COUNT" value="Number of Items Here"><param name="BGCOLOR" value="000000"><param name="FGCOLOR" value="00FF00"><param name="SHADOWCOLOR" value="008000"><param name="XOFFSET" value="5"><param name="YOFFSET" value="5"><param name="BLUR" value="3"><param name="FONTSIZE" value="24"><param name="DIST" value="10"><param name="VERTICAL" value="true"><param name="IMAGE" value=""><param name="ITEM1" value="Tangipahoa Internet"><param name="URL1" value="http://www.i-55.com"><param name="FRAME1" value=""><param name="ITEM2" value="Demicron"><param name="URL2" value="http://www.demicron.se"><param name="FRAME2" value=""><param name="IMAGE2" value=""><param name="ITEM3" value="Gamelan"><param name="URL3" value="http://www.gamelan.com"><param name="FRAME3" value=""><param name="IMAGE3" value=""></applet>


Back to Applets pg 4!