Website Buttons Example #8
This example demonstrates:
- Ability to load the menu structure from an external file "menu3.txt"
- 3D text effects (normal and mouseover text shadow)
- Button type 0
- Centered text
- Vertical menu direction
HTML Source
<applet Code=apButtonMenu.class Width=100 Height=180>
<a href=http://www.apycom.com>Apycom Java Applets</a>
<param name="Copyright" value="Apycom.com">
<param name="buttonType" value="0">
<param name="alignText" value="center">
<param name="status" value="link">
<param name="backColor" value="ddcccc">
<param name="backHighColor" value="99ccaa">
<param name="fontColor" value="442222">
<param name="fontHighColor" value="ffffff">
<param name="shadowColor" value="fff0f0">
<param name="shadowHighColor" value="006600">
<param name="font" value="Arial,10,1">
<param name="menuItemsFile" value="menu3.txt">
</applet>
menu3.txt
{Apycom,testlink.html,_self}
{Applets,testlink.html,_self}
{Parameters,testlink.html,_self}
{Examples,testlink.html,_self}
{FAQ,testlink.html,_self}
{Links,testlink.html,_self}
{Javascripts,testlink.html,_self}
{Download,testlink.html,_self}
{Contact Us,testlink.html,_self}
How to setup the menu
|