Use it to specify an image to be displayed when button is in pressed state. It's position can be customized through ClickImagePosition parameter.
Same as for Image parameter, but default values are inherited from current values of MouseoverImage.
Display one image when button is passive, second when mouse-over and third when pressed. Since we haven't used MouseoverImagePosition or ClickImagePosition, both mouse-over and click image stays in the same place as the initial image.
<applet
width="128"
height="24"
code="PopupNavigator/PopupNavigatorApplet.class"
codebase="./"
archive="PopupNavigator.jar">
<param name="Image"
value="down_arrow1.gif">
<param name="ImagePosition"
value="LEFT;8">
<param name="MouseOverImage"
value="down_arrow2.gif">
<param name="ClickImage"
value="down_arrow3.gif">
<param name="0"
value="BEPP;http://bepp.8m.com">
<param name="1"
value="Test Page 1;test1.htm">
<param name="2"
value="Test Page 2;test2.htm">
PopupNavigator Java Applet - JDK 1.1.3 needed
</applet>