I've a JS slide show where I would like the last jpg image to have a
navigation menu with links to other pages on this web. I don't think I
can add links to a jpg image, so I was thinking it may be possible to
have the images overlay the menu until the last image when the menu
would show through. Right now I just have the menu at the bottom of
the slide show and it's this menu that I would like on the last
image.

Any ideas? or is what I have about it.

Here's the ss;
http://classicveilsbycarol.com/new_index2.htm

Thanks,
Mark B

RE: Java script link.... by DanL

DanL
Tue May 06 08:23:00 CDT 2008

You can use hotspots or image maps to add links to a jpg image. See
http://www.developingwebs.net/frontpage/imagemap2.php.

"mbabc@insightbb.com" wrote:

> I've a JS slide show where I would like the last jpg image to have a
> navigation menu with links to other pages on this web. I don't think I
> can add links to a jpg image, so I was thinking it may be possible to
> have the images overlay the menu until the last image when the menu
> would show through. Right now I just have the menu at the bottom of
> the slide show and it's this menu that I would like on the last
> image.
>
> Any ideas? or is what I have about it.
>
> Here's the ss;
> http://classicveilsbycarol.com/new_index2.htm
>
> Thanks,
> Mark B
>

Re: Java script link.... by mbabc

mbabc
Wed May 07 21:50:41 CDT 2008

On May 6, 9:23=A0am, Dan L <D...@discussions.microsoft.com> wrote:
> You can use hotspots or image maps to add links to a jpg image. =A0Seehttp=
://www.developingwebs.net/frontpage/imagemap2.php.

Thanks, I've tried that, but you save the hotspot image as a separate
htm. page. What I want is the last image in a java script slide show
to have the hotspots.

Thanks,
Mark B.