Linda,
Thanks for your reply. Unfortunately, I had already tried hand coding the AltTag into the hover button with no luck. Perhaps I am not placing the tag in the correct location. Below is the code I am using for the AltTag, and the Hover Button code. If you or anyone else has any more input, I would be extremely greatful. My deadline is fast approaching, and I would rather not have to change my entire menu.
Thanks
Mark
ALT="Agenda"
<tr>
<td width="100%">
<applet code="fphover.class" codebase="./" width="120" height="24">
<param name="color" value="#000080">
<param name="hovercolor" value="#0000FF">
<param name="textcolor" value="#FFFFFF">
<param name="target" value="main">
<param name="effect" value="glow">
<param name="image" valuetype="ref" value="images/BlueOff.gif">
<param name="hoverimage" valuetype="ref" value="images/BlueOn.gif">
<param name="bgcolor" value="#303430">
<param name="text" value="Agenda">
<param name="font" value="Dialog">
<param name="fontstyle" value="bold">
<param name="fontsize" value="12">
</applet></td>
</tr>