Quote:
Originally Posted by phpforfun
hey, I have an idea...
I have seen on some sites where they have one image, just one big image, but when you hold your cursor over some parts of it and click, its a link, but different parts are different links, how can I do that>
|
You have to use the 'dreadful' HTML, with something called an
image map:
HTML Code:
<img src="theimage.jpg" alt="theimage" map="#themap" />
You then write a <map> tag to define the areas on the image. Refer to
HTML MAP TAG for details.