This example demonstrates:
- Tab type 1 - thin border with chopped corners
- Default selected tab "Example #3" (pressedItem=3)
- Mouseover and click sounds
- Tab icon -
- Disabled "Example #5" tab - target parameter equals "_"
HTML Source
<applet Code=apTabMenu Archive=apTabMenu.jar Width=600 Height=22>
<param name="Copyright" value="Apycom Software - www.apycom.com">
<param name="bottomLine" value="true">
<param name="pressedItem" value="3">
<param name="overSound" value="pix/kap2.au">
<param name="clickSound" value="pix/type.au">
<param name="tabType" value="1">
<param name="backColor" value="fff088">
<param name="tabColor" value="bbee22">
<param name="tabHighColor" value="ffcc44">
<param name="borderColor" value="44bb00">
<param name="fontColor" value="006622">
<param name="fontHighColor" value="882200">
<param name="font" value="Arial,11,1">
<param name="menuItems" value="
{Example #1,ex1.html,_self,pix/aprstar.gif}
{Example #2,ex2.html,_self,pix/aprstar.gif}
{Example #3,ex3.html,_self,pix/aprstar.gif}
{Example #4,ex4.html,_self,pix/aprstar.gif}
{Example #5,ex5.html,_,pix/aprstar.gif}
{Example #6,ex6.html,_self,pix/aprstar.gif}
">
</applet>
|