,
Share with your friends 

IMAP a single Image is Linked to different location

9 ratings Views 151 
Author: Anto (Anto Y)  View Profile |  View other solutions by this author

Question / Problem


how to map a single image Linked into different location example shown below?

Solution

<IMG src= "path" height ="100"width ="100" USEMAP="#compass">
<MAP name ="compass">
 <AREA shape="circle" coords="60,60,10"href="eye.html">
<AREA shape="rectangle"coords="50,50,30,50" href="nose.html">
<AREA shape="circle"coords="80,80,10" href="ear.html"
</MAP>
these are the some example for creating IMAP



Applies to

HTML

Rank It

Login to rank it

Report


Advertisement