roll over image

G

Guest

Hello,
I can't figure out how to make images "appear" when rolling over another
image. Changing an image by rolling over another image (swapping) is not a
problem.
Can anyone help me?
Thanks!
 
G

Guest

You have to use a combination of layers and behaviours.

Let's say you have an image (image1) that you want to trigger the appearance
of another image (image2) on mouseover. Create a layer and put image2 inside
the layer. Set the visibility of the layer to hidden. Add a hyperlink to
image1 that is javascriptL:; then add a behaviour to image1 and image 2 on
mouseover of image1 set visible to the layer. Make sure you set the remove on
mouseout if you want it to dissapear afterwards.
 
G

Guest

How do I set visible to the layer???

Guy Lapierre said:
You have to use a combination of layers and behaviours.

Let's say you have an image (image1) that you want to trigger the appearance
of another image (image2) on mouseover. Create a layer and put image2 inside
the layer. Set the visibility of the layer to hidden. Add a hyperlink to
image1 that is javascriptL:; then add a behaviour to image1 and image 2 on
mouseover of image1 set visible to the layer. Make sure you set the remove on
mouseout if you want it to dissapear afterwards.
 
G

Guest

In the behaviour of image1. Use a change property behaviour and pick the
layer element and set it to visible.
 
A

Andrew Murray

What is it you want to do if not the "image swap" when the mouse is moved
over the image?

Do you mean if you have image 1, image 2

Then you rollover image 1 and image 2 swaps to image 3

Rather than image 1 swaps to image 2?
 
G

Guest

I tried, but I can't select the layer (it's not in the list) Even if I try to
import the image, it's not in the list (perhaps because it has no name??? But
I can't figure out how to name the image in FP) And how to make a layer, made
in FP appear in the behaviours menu?
Thanks again
 

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