Click to See Complete Forum and Search --> : Image Maps...


zygh
05-16-2005, 12:27 PM
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/