IMAP a single Image is Linked to different location
|
|
|
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 |
|