Positioning photos to come up by clicking on text

G

Guest

I'm fairly new to FP2003 and am wondering if their is a way to have a given
photo on a page - hyperlink on text to bring up another picture in the same
area. For example - I've got a black collar picture. I've got 8 other
pictures of different color collars. I have a menu below the photo that has
each color name in text. Can I click on the red collar name(text) and bring
up the red collar photo and do the same with the other colors? Is there a
way to do this without knowing Java?
 
M

Mark Fitzpatrick

You would want to use javascript instead of java (hardly anyone uses java
anymore). What you want essentially is an image swap, also known as an image
rollover because usually this is used to change an image when a hyperlink is
hovered over with the mouse. You may want to do something similar instead of
requiring users to click on the link. You could change the script so instead
of the script changing the image when the onmouseover event of the hyperlink
happens, it happens on the onclick event instead. There should be a number
of scripts to handle this at places such as javascript.internet.com and
www.dynamicdrive.com
 

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