ET Image Menu - Example

Next applet

<applet code="ET_ImageMenu.class" width="300" height="202">

<!--The applet should be light yellow when the images are loading.-->
<param name="BGColor" value="fff2d0">

<!--The background image.-->
<param name="BGImage" value="FeelTheFreedomBG.jpg">

<!--The three images that define the look of the buttons.-->
<param name="ButtonImage" value="FeelTheFreedom.jpg">
<param name="ButtonImageOver" value="FeelTheFreedomOver.jpg">
<param name="ButtonImageClick" value="FeelTheFreedomClick.jpg">

<!--Position the button images.-->
<param name="ButtonImageOffset" value="172,95">

<!--The rectangles that define the position of the buttons.-->
<param name="B-1-Area" value="172,95,115,22">
<param name="B-2-Area" value="172,119,115,22">
<param name="B-3-Area" value="172,143,115,22">
<param name="B-4-Area" value="172,167,115,22">

<!--The button links.-->
<param name="B-1-URL" value="LinkFast.html">
<param name="B-2-URL" value="LinkFlexible.html">
<param name="B-3-URL" value="LinkTested.html">
<param name="B-4-URL" value="LinkFreeUpdates.html">

<!--The text to be shown in the status bar of the browser.-->
<param name="B-d-URLText" value="Click to learn more!">

<!--The sound when the user clicks on any button.-->
<param name="B-d-SoundClick" value="Wha.au">

</applet>


© 1997-2000 Entanke. Visit us at http://www.entanke.se/ for more information.