Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
362 Points
242 Posts
Apr 14, 2012 07:17 AM|LINK
To select the country in map, you can take a look at http://www.javascriptkit.com/howto/imagemap.shtml.
We can use <map> and <area> to define the polygon (country). You can also try to add some javascript in <area> to add the effect. (I think it should work using javascript inside area tag.)
Phinehas
Member
362 Points
242 Posts
Re: how to create interactive map using javascript and Css
Apr 14, 2012 07:17 AM|LINK
To select the country in map, you can take a look at http://www.javascriptkit.com/howto/imagemap.shtml.
We can use <map> and <area> to define the polygon (country). You can also try to add some javascript in <area> to add the effect. (I think it should work using javascript inside area tag.)