Hover buttons will not appear

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am working on an intranet site so I don't know how you guys would be able
to see my problem. Please tell me how I can package the site so you guys can
review my issue. My hover buttons (gif images) are all located in the same
folder and I made sure that the paths are correct, but every morning when I
check the site, I get gray boxes instead of the gif images. I have to
insert the same path that is already there and hit save and deploy in order
for my images to show up. What am I doing wrong?
 
Post an example of the path to the images.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer



"Web Mistress going batty" <Web Mistress going
(e-mail address removed)> wrote in message
news:[email protected]...
 
Hi Steve,

I am not quite sure what you mean by your comment. Could you please elaborate?
I typed the entire path (e.g. http://blah/blah/blah.gif) in the hover
browse window and it's still doing the same thing.
 
In FrontPage, with the page open switch to code view.
Copy and paste the html code for one of the links into a reply here.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Here it is...
<applet code="fphover.class"
codebase="../../../../../" width="120" height="16">
<param name="hovercolor"
value="#0000FF">
<param name="textcolor"
value="#FFFFFF">
<param name="color" value="#F2F4F7">
<param name="bgcolor" value="#F2F4F7">
<param name="effect" value="glow">
<param name="url" valuetype="ref"
value="Core_Unix.htm">
<param name="image" valuetype="ref"
value="Unix.gif">
<param name="hoverimage"
valuetype="ref" value="Unix_Artak.gif">
</applet>
 
Ah, Hover Buttons.

Hover buttons require Java Virtual Machine, which no longer comes with
windows since Windows XP SP-2

For that reason, most people have stopped using them and use DHTML (
javascript ) and image swaps instead.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
I was out yesterday. Thanks Steve for this information. You've been most
helpful. I will change the script to DHTML like you have suggested.
 
Thanks Ronx for these helpful links!

Ronx said:
If your PC (or any others) has been updated with the latest security
patches, Hover Buttons have to be activated before they will work.
See
http://support.microsoft.com/kb/912812
http://support.microsoft.com/kb/912945
and
http://msdn.microsoft.com/library/d.../author/dhtml/overview/activating_activex.asp
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

"Web Mistress going batty"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top