Log in

View Full Version : Image link splitting



TheMan
10-01-2009, 04:19 AM
Alright, I dont know if this belongs in JS or CSS or something entirely different.

What I want is to have an image of a map of the united states. Then I want to split up the states so that they all go to a different link. But I want the image to remain the same.

Ive seen stuff like this done on other sites but I dont know how to do it myself?

Please help. :D

jscheuer1
10-01-2009, 04:24 AM
There are various ways to do that, but the most common is with what is called an image map. Google:

image map

to find out more.

TheMan
10-01-2009, 04:43 AM
That is exactly what I needed. Thank you!