Hover buttons will not appear

  • Thread starter Web Mistress going batty
  • Start date
W

Web Mistress going batty

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

Steve Easton

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]...
 
W

Web Mistress going batty

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

Steve Easton

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
 
W

Web Mistress going batty

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

Steve Easton

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
 
R

Ronx

W

Web Mistress going batty

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

Web Mistress going batty

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

Top