Hover Buttons

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

When I want to see how the hover buttons work on the
preview tab. It has a box with a red x in it. What does
that mean?
Also it put to 2 class extension page on it is
called "fphover.class" and "fphoverx.class," do I need
those?
Another thing is what is the javascript code: when you you
put the mouse over a word a picture appears then you go
over another word the picture changes to another picture
and so on?
 
Kevin said:
When I want to see how the hover buttons work on the
preview tab. It has a box with a red x in it. What does
that mean?
Also it put to 2 class extension page on it is
called "fphover.class" and "fphoverx.class," do I need
those?
Another thing is what is the javascript code: when you you
put the mouse over a word a picture appears then you go
over another word the picture changes to another picture
and so on?

Firstly the Hover buttons in Frontpage are java applets - you need the *.class
files to run the buttons. The .class files are the source code written in the
java programming language.

You need to make sure those class files are published with the rest of your
files.

Secondly the other query you ask about is javascript "rolllover" buttons (which
are similar to hover buttons, but use Javascript not java (these are NOT related,
except in name only) Javascript is becoming the norm largely for rollover
buttons - search in any good search engine for "javascript" or "rollover buttons"
which should lead you to sites that have info on this and the code to do it.
 
Back
Top