I should mention, what happens is...when the page loads I get the first
picture, but when I click on it there is no change...It seems to actually
highlight another of the four pictures on the page, instead of changing the
picture that I've clicked on. Like I said, it works perfectly when I
preview it in IE7 on my own machine..

Re: swap picture-FP2002 by Ronx

Ronx
Mon Apr 14 10:44:45 CDT 2008

Please give a link to the faulty page.

FPHover.class is used for Java Hover Buttons, not for DHTML image
swaps - these use JavaScript.

Your description of the symptoms indicates that several images may have
been given the same ID attribute - IDs must be unique.

--
Ron Symonds
MVP (FrontPage)
Reply only to group, emails will be deleted unread.


"Ken" <untangledwebs@hotmail.com> wrote in message
news:Ox6evifnIHA.5160@TK2MSFTNGP05.phx.gbl...
>I should mention, what happens is...when the page loads I get the first
>picture, but when I click on it there is no change...It seems to
>actually highlight another of the four pictures on the page, instead of
>changing the picture that I've clicked on. Like I said, it works
>perfectly when I preview it in IE7 on my own machine..



Re: swap picture-FP2002 by jyarish

jyarish
Wed Apr 16 10:49:33 CDT 2008

On Apr 14, 8:44=A0am, "Ronx" <ronx...@hotmail.com> wrote:
> Please give a link to the faulty page.
>
> FPHover.class is used for Java Hover Buttons, not for DHTML image
> swaps - these use JavaScript.
>
> Your description of the symptoms indicates that several images may have
> been given the same ID attribute - IDs must be unique.
>
> --
> Ron Symonds
> MVP (FrontPage)
> Reply only to group, emails will be deleted unread.
>
> "Ken" <untangledw...@hotmail.com> wrote in message
>
> news:Ox6evifnIHA.5160@TK2MSFTNGP05.phx.gbl...
>
>
>
> >I should mention, what happens is...when the page loads I get the first
> >picture, but when I click on it there is no change...It seems to
> >actually highlight another of the four pictures on the page, instead of
> >changing the picture that I've clicked on. =A0Like I said, it works
> >perfectly when I preview it in IE7 on my own machine..- Hide quoted text =
-
>
> - Show quoted text -

Hi Ron ( or anyone else }
The address to my page is http://www.thebodysmith.ca/befaft.htm I
tried changing the dynamicanimation name, but It didn't work. Please
reply to me directly at untangledwebs@hotmail.com. I'm not seeing the
public posts for some reason.

Re: swap picture-FP2002 by Ronx

Ronx
Thu Apr 17 10:23:14 CDT 2008

Make sure that animate.js is in the root of your website (same folder as
the Home page) in both local and uploaded copies and change
<script language="JavaScript1.2" fptype="dynamicanimation"
src="../../animate.js">
to
<script language="JavaScript1.2" fptype="dynamicanimation"
src="animate.js">
in the home page.
--
Ron Symonds
MVP (FrontPage)
Reply only to group, emails will be deleted unread.


<jyarish@telus.net> wrote in message
news:441ab122-e996-4dad-a26b-62b925fdf900@w4g2000prd.googlegroups.com...
On Apr 14, 8:44 am, "Ronx" <ronx...@hotmail.com> wrote:
> Please give a link to the faulty page.
>
> FPHover.class is used for Java Hover Buttons, not for DHTML image
> swaps - these use JavaScript.
>
> Your description of the symptoms indicates that several images may
> have
> been given the same ID attribute - IDs must be unique.
>
> --
> Ron Symonds
> MVP (FrontPage)
> Reply only to group, emails will be deleted unread.
>
> "Ken" <untangledw...@hotmail.com> wrote in message
>
> news:Ox6evifnIHA.5160@TK2MSFTNGP05.phx.gbl...
>
>
>
> >I should mention, what happens is...when the page loads I get the
> >first
> >picture, but when I click on it there is no change...It seems to
> >actually highlight another of the four pictures on the page, instead
> >of
> >changing the picture that I've clicked on. Like I said, it works
> >perfectly when I preview it in IE7 on my own machine..- Hide quoted
> >text -
>
> - Show quoted text -

Hi Ron ( or anyone else }
The address to my page is http://www.thebodysmith.ca/befaft.htm I
tried changing the dynamicanimation name, but It didn't work. Please
reply to me directly at untangledwebs@hotmail.com. I'm not seeing the
public posts for some reason.