Apycom Software Home Drop Down Menu Example #1  
Apycom Home Drop Down Menu Home Purchase Download FAQ
<< Prev Example Index Next >>
Parameters Frame Example Javascript Tips Menu Index

 

Drop Down Menu Example #1

Apycom Java Applets

This example demonstrates:

  • Tiled image background -
  • Item icons -
  • 3D arrows
  • System font for submenus
  • Button type 3 ("mouseover fat button")
  • Subitem separators
  • Buttons are aligned horizontally

HTML Source

<applet Code=apPopupMenu.class Width=597 Height=28>
<a href=http://www.apycom.com>Apycom Java Applets</a>
<param name="Copyright" value="Apycom.com">
<param name="isHorizontal" value="true">
<param name="buttonType" value="3">
<param name="systemSubFont" value="true">
<param name="backPic" value="pix/bkgr.gif">
<param name="backColor" value="9999ff">
<param name="fontColor" value="ffffff">
<param name="font" value="Arial,11,1">
<param name="menuItems" value="
{ ,_,_}
{ Apycom,pix/b03.gif}
{|Home,http://www.apycom.com,_blank}
{|-}
{|Java menus}
{||apMenu}
{|||Home,testlink.html,_self}
{||apPopupMenu}
{|||Home,testlink.html,_self}
{||apButtonMenu}
{|||Home,testlink.html,_self}
{||apImageMenu}
{|||Home,testlink.html,_self}
{|Examples,testlink.html,_self}
{|FAQ,testlink.html,_self}
{|Javascript tips,testlink.html,_self}
{|Order,http://www.apycom.com/order.html,_blank}
{|Downloads,testlink.html,_self}
{|-}
{|Contact,mailto:support@apycom.com,_self}
{ apMenus,pix/b04.gif}
{|apMenu}
{||Home,testlink.html,_self}
{||Parameters,testlink.html,_self}
{|apPopupMenu}
{||Home,testlink.html,_self}
{||Parameters,testlink.html,_self}
{|apButtonMenu}
{||Home,testlink.html,_self}
{||Parameters,testlink.html,_self}
{|apImageMenu}
{||Home,testlink.html,_self}
{||Parameters,testlink.html,_self}
{ Setup,testlink.html,_self,pix/b021.gif}
{ Parameters,testlink.html,_self,pix/b07.gif}
{ Order,http://www.apycom.com/order.html,_blank,pix/b011.gif}
{ Contact,http://www.apycom.com/download/apmenu.zip,_self,pix/b061.gif}
{_,_,_}
">
</applet>

How to setup the menu

 

<< Previous Example Example Index Next Example >>



Copyright (c) 1998-2009, Apycom Software