PDA

View Full Version : deadset easy but dnt noe :(



minimalistik
November 17th, 2003, 05:13 AM
I have a picture but I only want a small part of it to actually link to a website.

how you do this? image slicing?


could someone further explain to me....

eilsoe
November 17th, 2003, 05:21 AM
in the img tag, insert:

usemap="#Map"


then insert the map tag somewhere else:

<map name="Map">
<area shape="rect" coords="362,6,593,20" href="URL HERE">
</map>



just set the correct coordinates.


or, in most editors, you can set the coordinates for imagemapping directly, IE in dreamweaver, click on the image, and look in the lower right corner of it's properties.. :)

minimalistik
November 17th, 2003, 05:28 AM
omg, ive always used dreamweaver and it never occured to me using the map tag :@.. lolz but newyz, thanks for the help ;)

eilsoe
November 17th, 2003, 06:36 AM
np budz :thumb: