Changing image

G

Guest

With FP 03 I would like to do this:

Either horizontally or vertically I would like to have a table or layer that
when you click on a button, in another table or layer, an image appears, and
if I like that, be able to jump to that section of the site.

Example: The buttons named cat, dog, rat. The images that would appear would
be of a cat, dog or rat.

When the cursor goes over the cat, above or at a side, a cat appears. Off
that button the image area returns to the default, be it another image, or
the background. And if "mouseover" on another of the three buttons, similar
things happen. Then if I click down, I can go to that section.

Suggestions?

Thanks.
 
G

Guest

First add id= attributes to the default picture and to the associated
hyperlink.

Then, configure an onmouseover behavior on one of the elements that will
cause the picture and hyperlink to change. The onmouseover should trigger a
Change Property that modifies the <img> tag's src property, and the
hyperlink's href property.

Finally, wshen you have that working, repeat the preceding paragraph for
each additional element that will cause the picture and hyperlink to change.

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

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