View Single Post
Old 07-07-2006, 10:29 PM   #1 (permalink)
mira_lin
Registered User
 
Join Date: Jul 2006
Posts: 2
mira_lin is on a distinguished road
Unhappy coding problem to making hover buttons function

i have a problem to make a hover buttons function..

here is my coding:

<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="text" value="C Programming">
<param name="effect" value="glow">
<param name="url" valuetype="ref" value="http://metalab.uniten.edu.my/~azhana/indexCProg.html">
</applet>

can you find what my mistake, and do a correction on it?
mira_lin is offline   Reply With Quote