View Full Version : Hover Buttons


zfighter
02-04-2003, 12:41 AM
I am running windows 98 and I am building a site with Frontpage 2000. I have the neccisary hover files in a folder within a folder that I save my whole site in. Still, the hover buttons do not show up on the preview or actual browser pages. Please help... My Java apllet thingie and my Java VM is both enabled in my internet options in my browser.

Dude128
02-04-2003, 02:23 AM
could you post the code you're using?

zfighter
02-04-2003, 11:30 PM
My code is irevelant, my setting are set wrong or I am missing some software. Here it is anyways-

<p align="center">
<applet code="fphover.class" codebase="..._fpclass" width="109" height="50" align="left">
<param name="text" value="Training Rules">
<param name="color" value="#000000">
<param name="hovercolor" value="#FF0000">
<param name="textcolor" value="#00FF00">
<param name="effect" value="glow">
<param name="url" valuetype="ref" value="training%20rules.htm">
<param name="font" value="TimesRoman">
<param name="fontstyle" value="boldItalic">
<param name="fontsize" value="14">
</applet>
</p>

Dude128
02-05-2003, 01:59 AM
you have this:
<applet code="fphover.class" codebase="..._fpclass" width="109" height="50" align="left">

Lissa's code looks like this (note the part in bold):
<applet code="fphover.class" codebase="../_fpclass/" width="125" height="30">

zfighter
02-05-2003, 04:38 AM
LOL, the code was wrong, but there is still no affect. In he preview and browser it shows the little 'canot display image' in the top right corner of where the hover button should be. Its not the code, its my computer. Can someone with working hover buttons tell me what there intenet options are and what Java deal they are using?

Do NOT bump threads. --Moderator