Click to See Complete Forum and Search --> : mouseover with image map?


Jeff Walker
01-17-2003, 08:27 AM
Hi, this is my first posting to this forum. I am not a programmer, just a web designer who writes my own HTML. I use JS but it's all written by others. I have been using a mouseover script for buttons that works well, but I can't figure out how to include a client-side image map with it. I want to be able to run the mouse over a button and the button will change to another button (same size, same place) that has more information. Each section of the "on" button will target a different URL, per an image map. Can this be done?

Thanks very much,
Jeff Walker
jeffx@negia.net

Nevermore
02-08-2003, 06:47 AM
If you are using image maps, you must change the whole image or none of it. If you need to change parts of it, you have to use multiple images, and not maps.

Is that all right, or do you need more details.