Click to See Complete Forum and Search --> : Mouse Over - bring up photo


haldir
01-22-2003, 09:35 PM
Hello - I know this board gets bogged down and I hope someone takes time to answer.
I want to have a map on my website and when someone "mouses" over an area (city) on the map I want to bring up a focused larger photo of that area so it is clearer - easier to read - is there any way to do this or any different suggestions?

Thank you,
haldir en galadrim

pyro
01-22-2003, 09:50 PM
What you will need to do is make an areamap. Then add hotspots and mousover's to it...Maybe something like this...

<img name="imagemap0" src="images/imagemap.gif" width=500 height=500 border=0 usemap="#mymap">

<map name="mymap">

<area shape="rect" coords="100,50,200,100" href="#" onmouseover="...rollovercode..." onmouseout="...onmouseoutcode...">

</map>

haldir
01-23-2003, 09:51 AM
This gives me something to play around with - thank you

Haldir