>- see footer for list info -< On Thu, 2004-12-02 at 20:08 +0000, Paul Swingewood wrote: > >- 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 > ...?
Simplest thing is: Make a completely invisible image map, and put it on top of some container with a background image (table cell easiest, but could use div). When the user goes over a certain area, change the background image of the container using javascript. It's not changing the actual image map, *but* it will have the same effect as a rollover. Does that help? Paul -- Paul Johnston <[EMAIL PROTECTED]> _______________________________________________ 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 -<
