apMenu Example #2
This example demonstrates:
- Fade type 0 - simple fade
- Mouseover sound
- Word wrapping - new line starts with "\" symbol
- Horizontal menu direction
- Browser's status bar shows item link
- Slow fade speed
- Using a table to create the border
HTML Source
<table border="0" cellpadding="0" cellspacing="2" bgcolor="#004000">
<tr><td>
<applet Code="apMenu" Archive="apMenu.jar" Width = "400" Height = "25">
<param name="Copyright" value="Apycom Software - www.apycom.com">
<param name="isHorizontal" value="true">
<param name="overSound" value="pix/select.au">
<param name="status" value="link">
<param name="backColor" value="008000">
<param name="backHighColor" value="44ff44">
<param name="fontColor" value="FFFFFF">
<param name="fontHighColor" value="000000">
<param name="fadeDelay" value="50">
<param name="fadeSteps" value="40">
<param name="fadeType" value="0">
<param name="font" value="TimesRoman,10,1">
<param name="menuItems" value="
{Apycom\Software,http://www.apycom.com,_self}
{Menu\Applets,testlink.html,_self}
{Main\Parameters,testlink.html,_self}
{Optional\Parameters,testlink.html,_self}
{Examples,testlink.html,_self}
{Download,testlink.html,_self}
{Contact\Us,mailto:support@apycom.com,_self}
">
</applet></td></tr></table>
|