Javascript Image Mapping help

votter

New Member
Messages
34
Reaction score
0
Points
0
<html>

<
body
>
<
img src ="firstisland.jpg" width ="145" height ="126" alt="Places" usemap="#islandmap"
/>

<
map id ="islandmap" name="islandmap"
>
<
area shape ="rect" coords =
"212,74,343,142"
href ="hey.php" target ="_blank" alt="Vorogh"
/>

<
area shape ="rect" coords =
"118,455,263,521"
href ="way.php" target ="_blank" alt="House"
/>

<
area shape ="rect" coords =
"580,390,662,442"
href ="boo.php" target ="_blank" alt="Person"
/>
</
map
>

</
body
>
</
html
>
This is what I have and cant get it to work. Any Ideas?

Locked
 
Last edited:

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
EDIT: nvm.

whats wrong with it?
 
Last edited:

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
edit your first post and say "lock"
 
Top