Click to See Complete Forum and Search --> : show/hide div layers


W8 4me
01-24-2003, 03:18 PM
I have an image. I have a div layer, which is set to 'hidden'. When the mouse is placed over the image, I would like the div layer to appear, then disappear when the mouse is moved away.

I intend to replicate this for more images/div layers, but it's easier to explain this way.

I am in your gratitude.

BestZest
01-24-2003, 03:32 PM
If a div layer is hidden, it will not trigger a onmouseover event, as it is hidden ;). You could make it so that the image is changed, ie. use a transparent image, and when the mouse is moved over it change the image to the one you want to appear.

BestZest