How to make an interactive map without Flash? I want to move mouse
over each continent and see it changing its color but when clicked it
would send some action to the DOM.
Someone offered me to make a few images with each continent
highlighted and when user moves mouse over a different continent, a
new image is replacing older one (with another continent highlighted).
The map would have coordinates linked in <AREAtag.
To me this does not seem to be a great solution. Though I do not know
of any alternatives yet. Did anyone have an experience with it? Can
you recommend a method of implementing continent interactive map as
described above or feedback above solution?
Thanks.
over each continent and see it changing its color but when clicked it
would send some action to the DOM.
Someone offered me to make a few images with each continent
highlighted and when user moves mouse over a different continent, a
new image is replacing older one (with another continent highlighted).
The map would have coordinates linked in <AREAtag.
To me this does not seem to be a great solution. Though I do not know
of any alternatives yet. Did anyone have an experience with it? Can
you recommend a method of implementing continent interactive map as
described above or feedback above solution?
Thanks.
Comment