Click to See Complete Forum and Search --> : Hover images


bsktbllte127
03-08-2003, 05:51 PM
MMmkay. I want An image to appear when you run the mouse over the link, here is the code i have right now, I am not sure if it is anywhere near correct, but will someone tell me whats wrong?


<applet code="fphover.class" codebase="../_fpclass/" width="92" height="44">
<param name="bgcolor" value="#000099">
<param name="url" value="http://www.geocites.com/bstkbllte127/About.html" valuetype="ref">
<param name="image" value="about.gif" valuetype="ref">
<param name="hoverimage" value="disgust.gif" valuetype="ref">

</applet>

Thanks.

-Diana Q

starrwriter
03-08-2003, 09:05 PM
Did you upload the associated .class file(s) to your web host account? The applet won't work unless you did.

By the way, you can achieve the same effect with javascript. Search Google for "javascript mouseover effects" to find a free script that you can cut and paste into your HTML document.

pyro
03-08-2003, 10:49 PM
I'm curious why you would use an applet for this. Why not use javascript?