Click to See Complete Forum and Search --> : Mouseover


markketch09
11-11-2003, 10:53 PM
Hi - I want to make a page that is set up like this.

In the bottom frame I'm going to have an image map. When the user puts the cursor over the link, I would like an image to show up in the top frame (ex. when they put the mouse over home, a picture of a house shows up). Then they can click the link and load the page.

Thanks for any responses.

Khalid Ali
11-12-2003, 06:26 AM
you need to learn how to implement mouseever events,

the resource below shows you how to do that with imges,then you 'd need to refer to the frame where yo want th eimage to appear..

something along these lines

parent.frameName.document.getElementById("imgTagId").src="image.gif";

Here is the link to show you mouse over effects

http://www.webapplikations.com/pages/html_js/image_examples/SimpleImageSwap.html

markketch09
11-12-2003, 08:04 AM
Thanks. I will try to use this code and see how it works. I appreciate the quick response.

Mark