<map name="theMap">
<area alt="Find out more" style="cursor:pointer;" coords="0,0,10,10" shape="rect" href="#">
</map>
in firebug the area element is greyed out. There are no CSS styles affecting it. The map element shows clearly.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It was because I hadnt put a hash in the usemap attribute of my image.
usemap="theMap"should have beenusemap="#theMap"