Leaping Letters Menu Example #5
This example demonstrates:
- Word wrapping
- Inactive items
- Text aligned to center
- Horizontal menu direction
HTML Source
<applet Code=apLeapLetters.class Width="500" Height="50"
mayscript>
<a href=http://www.apycom.com>Apycom Java Applets</a>
<param name="Copyright" value="Apycom.com">
<param name="isHorizontal" value="true">
<param name="status" value="text">
<param name="alignText" value="center">
<param name="fadeSteps" value="20">
<param name="fadeDelay" value="10">
<param name="backPic" value="pix/flower.jpg">
<param name="fontColor" value="000000">
<param name="fontHighColor" value="0080c0">
<param name="fontMaxSize" value="20">
<param name="font" value="Arial,12,1">
<param name="menuItems" value="
{Apycom,testlink.html,_self}
{Menus and\Buttons,testlink.html,_self}
{_,_,_}
{Javascript\tips,testlink.html,_self}
{Contact\Us,testlink.html,_self}
">
</applet>
How to setup the menu
|