- see footer for list info -<I have an image which is a map. I want to be able to move the mouse over the image and change the colour for different areas of the map that I select. Like a roll over menu. I have created an image map and I want to do all this server side so I have on mouseover and on mouse out events.
The thing is now what do I do in the Javascript to make the image change ...?
<map name="north">
<area shape="poly" coords="24,93,24,95,33,120,24,136,35,146,52,153,56,142,75,135,96,129,93,110,81,93,73,85,53,81"
href="LINK HERE"
onMouseOver="colour()"
onMouseOut="original()">
</map>
<SCRIPT LANGUAGE="javascript">
function zoomin() {
COLOUR PICTURE; return true;
}
function original() { NORMAL PICTURE; return true; }
</SCRIPT>
Im not sure how to make the are that I rolled over change colour ...
Regards - Paul
_______________________________________________
For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo
-- CFDeveloper Sponsors:-
- Hosting provided by www.cfmxhosting.co.uk -< - Forum provided by www.fusetalk.com -< - DHTML Menus provided by www.APYCOM.com -< - Lists hosted by www.Gradwell.com -< - CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
