Sensitive points inside the image

Asked

Viewed 40 times

0

I have an image of the human body, and would like to make selections as clicked on the body part (example: knee, thigh, etc). I tried to use the image map method, but to no avail. Does anyone have any suggestions how it is possible to perform this procedure?

  • Better to use map even. Dreamweaver does it with ease. But there are some online sites that offer this service.

  • and how is it possible to link the map to the database? Because the result of the chosen location needs to be released together with a "report". Is there any function that assists in this process?

  • just send the map coordinates to the bank

  • then in case I would have to create a database with all the locations and after that do an INNER JOIN to present it in the report? Could you help me with which code I send the coordinates to the BD?

  • In the database you can create a table with the name of the region, the coordinates and the link... if you want you can include the "title", which is when you hover your mouse and show a message

  • When you create the whole map, you can take all the data via JS and send it to the database

  • A Javascript or jQuery (easier) would make the service perfectly.

  • As you want to map the whole human body, you would have to include in the question the image you want to map, and list ALL the regions you want.

  • perfect, how do I do this using jQuery?

  • jQuery would only be to capture the data. The map has to be done in HTML

  • I have an idea that might help you, and it’ll still be responsive. You create a Grid, like a checkered sheet, and in the Container where the grid is inside you place the image you want as the background. For example, see this image: http://moylanryan.com/yahoo_site_admin/assets/images/alignment_grid.268234235_std.jpg . With Grid vc you can name each of the comics. Link about Grid CSS https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-areas

Show 6 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.