Apycom Software Home apPopupMenu Example #6  
Apycom Home Applets' Home Order Applets Download FAQ Contact
Previous Example Index Next
Parameters Frame Example Javascript Tips Applet Index

 

apPopupMenu Example #6

This example demonstrates:

  • Submenu pops out on mouseover
  • Tiled image background
  • Hidden arrow
  • Font for submenus is the same as for top menu
  • Button type 4 ("fat buttons")

HTML Source

<applet Code=apPopupMenu Archive=apPopupMenu.jar Width=150 Height=25 MAYSCRIPT>
<param name="Copyright" value="Apycom Software - www.apycom.com">
<param name="popupOver" value="true">
<param name="backPic" value="pix/canva.jpg">
<param name="systemSubFont" value="false">
<param name="showArrows" value="false">
<param name="buttonType" value="4"> 
<param name="isHorizontal" value="true">
<param name="backColor" value="ffffff">
<param name="backHighColor" value="ffffff">
<param name="fontColor" value="706050">
<param name="fontHighColor" value="000000">
<param name="font" value="Courier,12,0">
<param name="menuItems" value="
     {Navigation}
     {|Apycom}
     {||Home,http://www.apycom.com,_blank}
     {||-}
     {||apMenu Home,testlink.html,_self}
     {||apPopupMenu Home,testlink.html,_self}
     {||apButtonMenu Home,testlink.html,_self}
     {||apImageMenu Home,testlink.html,_self}
     {||-}
     {||Contact,testlink.html,_self}
     {|-}
     {|Java applets}
     {||apMenu}
     {|||Home,testlink.html,_self}
     {|||Examples,testlink.html,_self}
     {|||Parameters,testlink.html,_self}
     {||apPopupMenu}
     {|||Home,testlink.html,_self}
     {|||Examples,testlink.html,_self}
     {|||Parameters,testlink.html,_self}
     {||apButtonMenu}
     {|||Home,testlink.html,_self}
     {|||Examples,testlink.html,_self}
     {|||Parameters,testlink.html,_self}
     {||apImageMenu}
     {|||Home,testlink.html,_self}
     {|||Examples,testlink.html,_self}
     {|||Parameters,testlink.html,_self}
     {|-}
     {|Downloads}
     {||Main site,testlink.html,_self}
     {||Mirror 1,testlink.html,_self} 
     {||Mirror 2,testlink.html,_self}
     {||Mirror 3,testlink.html,_self}
     {|-}
     {|Contact,mailto:support@apycom.com,_self}
      ">
</applet>

 

Previous Example Example Index Next Example

Copyright (c) 1998-2001, Apycom Software