FadeEffectMenu installation

 

To install FadeEffectMenu you have to do the following:

  1. Copy FadeEffectMenu.jar
  2. Put the following code in your html page:

<applet code="FadeEffectMenu.class" archive=FadeEffectMenu.jar width="600" height="48">
<param name="bgcr" value="F3ECFE">
<param name="icon" value="images/icon3.gif">
<param name="icondelay" value="80">
<param name="iconon" value="images/icon4.gif">
<param name="linecr" value="BBA1E5">
<param name="linesz" value="5">
<param name="steps" value="10">
<param name="fade_menu" value="Products,sub_1,null,Products|Products,sub_2,null,tools soft Products|Downloads,sub_3,null,Download Our Demos|Support,sub_4,null,Tech Support">
<param name="sub_1"
value="Fade Menu,http://tools-soft.com,main,Fade Menu Applet|Drop Menu,http://www.tools-soft.com,main,Drop Menu Applet|Bar Chart,http://www.tools-soft.com,main,Bar Chart Applet">
<param name="sub_2"
value="Fade Menu,http://www.tools-soft.com,main,Fade Menu Applet|Drop Menu,http://www.tools-soft.com,main,Drop Menu Applet|Bar Chart,http://www.tools-soft.com,main,Bar Chart Applet">
<param name="sub_3"
value="Fade Menu,http://www.tools-soft.com,main,Fade Menu Applet|Drop Menu,http://www.tools-soft.com,main,Drop Menu Applet|Bar Chart,http://www.tools-soft.com,main,Bar Chart Applet">
<param name="sub_4" value="contact us,http://www.tools-soft.com,main,Contat us">
<param name="subdelay" value="15">
<param name="subfntsty" value="TimesRoman,1,12">
<param name="subspacing" value="12">
<param name="subtxtcr" value="404040">
<param name="subtxtoncr" value="808080">
<param name="titdelay" value="25">
<param name="titfntsty" value="TimesRoman,1,14">
<param name="titoncr" value="404040">
<param name="titspacing" value="29">
<param name="tittxtcr" value="808080">
</applet>

3) And this is the parameter description:

Parameter Name

Description

bgcr

The background color

titfntsty

It’s the menu titles font, its written in the following format:

TitleFont,Style,Size.

The Style could be the following:

0: for PLAIN menu titles

1: for BOLD menu titles

2: for ITALIC menu titles

3: for ITALIC+BOLD menu titles.

subfntsty

It’s the sub menu font, its written in the following format:

SubMenuFont,Style,Size.

The Style could be the following:

0: for PLAIN sub menu

1: for BOLD sub menu

2: for ITALIC sub menu

3: for ITALIC+BOLD sub menu.

tittxtcr

The menu titles text color.

titoncr

The menu titles text color. When mouse over it.

titspacing

The space between the menu titles.

subtxtcr

The sub menu text color.

suboncr

The sub menu text color. When mouse over it

subspacing

The space between the sub menu items.

linesz

The line size.

linecr

The line color.

steps

The fade effect steps

titdelay

The menu titles delay.(in start up

subdelay

The sub menu items delay.

icondelay

The icons show delay.

icon

The title menu icon

iconon

The title menu icon when mouse over it.

fade_menu

This parameter contain the title menu items, and its written in the following format:

Title1Caption,Title1Name,Title1Target,Title1Message| Title2Caption,Title2Name,Title2Target,Title2Message|

………. And so on.

For the title menu items pass the Target as null.

Note Don’t miss the | separator between the titles.

Title1Name

This parameter contains the Sub menu items for this title menu, and its written in the following format:

Sub1Caption,Sub1URL,Sub1Target,Sub1Message| Sub2Caption,Sub2URL,Sub2Target,Sub2Message|

……… And so on.

Note Don’t miss the | separator between the titles