PDA

View Full Version : help!! hover buttons not functioning...


shattered
07-07-2006, 03:03 PM
hye all..
I am still unfamiliar with FrontPage 98 and recently I tried creating a web page but unfortunately the hover buttons on my page doesn't seem to function. Below is the code. I don't know what is my error in this code.Or maybe I need to add something to this code? Your help is much needed. Thank you for your time :)

<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>

MandyJay
07-07-2006, 05:27 PM
Hello and welcome,

Can we see the actual page it is on ?

Only thing I can think of from your code, which presumably is the code FrontPage produced? is that you use the live site url of "http://metalab.uniten.edu.my/~azhana/indexCProg.html">
which if you are viewing your local copy you wont see anything. Also I put that link into the address bar and it doesnt exist .....

I should point out however, that Hover buttons have now been discontinued by FrontPage as they are not that well supported. So you may want to consider using some other method of navigation anyway?

Thanks
MJ

eksimba
07-08-2006, 12:02 PM
Shattered - This thread (http://www.talkfrontpage.com/showthread.php?t=5732) is also a good reference...