Quote:
Originally Posted by TechieGuy
There are at least two ways of making links with a single image:
1. Break the image into pieces, and reassemble them on a Web page with a link to each piece. This requires a good image editor to split the image into pieces, and then good knowledge of HTML to put it back together.
2. The second method is to use an image map. This allows you to specify coordinates (upper left corner, and lower right corner) within the image for each link.
|
Number two is the best option, I think. If you go with number one, and one peice of the image is slow to load, your page looks pretty funny. You might want to google 'image map'--you'll find all sorts of stuff.