The text of this article is not in this database — only its details are. Read it on the old site: Image mapping in JavaScript
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Image mapping in JavaScript
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Eliyahu SidikmanPosted Feb 28, 2010, 3:27 AM
Hi. I am trying to integrate image mapping with a panning and zooming script (shiftzoom.js). Obviously, hostpots defined by absolute x,y coordinates will not work on a dynamically resizable image - the only thing that would work is some kind of proportional percentage-based coordinate mapping (i.e., X% from the left, Y% from the top). The HTML coords property doesn't support this. Do you know if it is possible to implement this in javascript? Thanks