html - Create custom interactive map -
i want create simple "interactive" map, there image (the map) , elements on it. i'd elements glow/open pop-up when hover or click on it, or open new page.
my process create new div, add new elements on position:absolute , place them top/left/right/bottom... , add css hover proprieties elements.
but, know might not appropriate way it.
my questions :
- can using html/css ? or should start learning new programing languages ?
- is there plugins or sites available want ?
i recommend use javascript interactivity.
check out google maps api. can trying do.
we have helper plugin maps api , jquery setting markers on map. http://github.com/lucien-consulting/google-map-marker.git
those 2 suggestions started. jump in , try it!
Comments
Post a Comment