HTML image map not working

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
JamesU
Gold Member
Messages
828
Reaction score
3
I'm trying to create an area mep for an image, but it's not working right. any help?
<html>
<head>
<title>Enter through the door</title>
</head>
<body>
<map name="amap">
<area shape="rect" coords="474,202,541,358" href="../leveltwo.htm">
</map>
<center><img src="http://urlofsomeimage/image.jpg" border="0" usemep="#amap"></center>
</body>
</html>


and no, that's not the url of the image
 
Last edited by a moderator:
Physics news on Phys.org
how about telling us what the problem is?
 
well, when I click the area it doesn't work, The cursor doesn't change, and if you clik nothing happens