Click to See Complete Forum and Search --> : Image Maps...
Umm...yeah... ok so I want to create a image map where when you go over an area of the map only that area changes to a diffrent image... and is it possible without javascript?... if I need to use js what whould the code look like....
jmaresca2005
05-16-2005, 01:01 PM
<MAP NAME="">
<AREA SHAPE="" HREF="" COORDS="" ALT="">
this is what you need for image maps. you place the image on the page with coordinates.
ray326
05-16-2005, 10:19 PM
http://www.alistapart.com/articles/imagemap/