Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Map doesn't respond #90

Open
AntonyBearpark opened this issue Mar 3, 2015 · 2 comments
Open

Image Map doesn't respond #90

AntonyBearpark opened this issue Mar 3, 2015 · 2 comments

Comments

@AntonyBearpark
Copy link

I thought I had followed everything correctly, I want to test this for a future project but it doesn't appear to respond. I am using Chrome. Fiddle below

http://jsfiddle.net/w3jwLf2d/

@julkue
Copy link

julkue commented Jun 2, 2016

@AntonyBearpark Basically it works, you just had a few issues.

  • <body> is not necessary in the HTML as it will be added by JSFiddle
  • Using <script> should be moved to the JS section
  • You used name="dialer" instead of id="dialer"

Here is the working demo: http://jsfiddle.net/julmot/w3jwLf2d/2/

@nelero
Copy link

nelero commented Dec 4, 2017

Sorry but your working demo http://jsfiddle.net/julmot/w3jwLf2d/2/ isn't working.
(nothing can't be clicked)
If i update your second version and add name attribute on the map, some areas are clickable, but it's not responsive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants